Class: Aws::LocationService::Types::GetJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:created_at, :ended_at, :updated_at]

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ String

Action performed by the job.

Returns:

  • (String)


3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3752

class GetJobResponse < Struct.new(
  :action,
  :action_options,
  :created_at,
  :ended_at,
  :error,
  :execution_role_arn,
  :input_options,
  :job_arn,
  :job_id,
  :name,
  :output_options,
  :status,
  :updated_at,
  :tags)
  SENSITIVE = [:created_at, :ended_at, :updated_at]
  include Aws::Structure
end

#action_options ⇒ Types::JobActionOptions

Additional options for configuring job action parameters.



3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3752

class GetJobResponse < Struct.new(
  :action,
  :action_options,
  :created_at,
  :ended_at,
  :error,
  :execution_role_arn,
  :input_options,
  :job_arn,
  :job_id,
  :name,
  :output_options,
  :status,
  :updated_at,
  :tags)
  SENSITIVE = [:created_at, :ended_at, :updated_at]
  include Aws::Structure
end

#created_at ⇒ Time

Job creation time in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sss.

Returns:

  • (Time)


3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3752

class GetJobResponse < Struct.new(
  :action,
  :action_options,
  :created_at,
  :ended_at,
  :error,
  :execution_role_arn,
  :input_options,
  :job_arn,
  :job_id,
  :name,
  :output_options,
  :status,
  :updated_at,
  :tags)
  SENSITIVE = [:created_at, :ended_at, :updated_at]
  include Aws::Structure
end

#ended_at ⇒ Time

Job completion time in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sss. Only returned for jobs in a terminal status: Completed | Failed | Cancelled.

Returns:

  • (Time)


3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3752

class GetJobResponse < Struct.new(
  :action,
  :action_options,
  :created_at,
  :ended_at,
  :error,
  :execution_role_arn,
  :input_options,
  :job_arn,
  :job_id,
  :name,
  :output_options,
  :status,
  :updated_at,
  :tags)
  SENSITIVE = [:created_at, :ended_at, :updated_at]
  include Aws::Structure
end

#error ⇒ Types::JobError

Error information if the job failed.

Returns:



3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3752

class GetJobResponse < Struct.new(
  :action,
  :action_options,
  :created_at,
  :ended_at,
  :error,
  :execution_role_arn,
  :input_options,
  :job_arn,
  :job_id,
  :name,
  :output_options,
  :status,
  :updated_at,
  :tags)
  SENSITIVE = [:created_at, :ended_at, :updated_at]
  include Aws::Structure
end

#execution_role_arn ⇒ String

IAM role used for permissions when running the job.

Returns:

  • (String)


3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3752

class GetJobResponse < Struct.new(
  :action,
  :action_options,
  :created_at,
  :ended_at,
  :error,
  :execution_role_arn,
  :input_options,
  :job_arn,
  :job_id,
  :name,
  :output_options,
  :status,
  :updated_at,
  :tags)
  SENSITIVE = [:created_at, :ended_at, :updated_at]
  include Aws::Structure
end

#input_options ⇒ Types::JobInputOptions

Input configuration.



3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3752

class GetJobResponse < Struct.new(
  :action,
  :action_options,
  :created_at,
  :ended_at,
  :error,
  :execution_role_arn,
  :input_options,
  :job_arn,
  :job_id,
  :name,
  :output_options,
  :status,
  :updated_at,
  :tags)
  SENSITIVE = [:created_at, :ended_at, :updated_at]
  include Aws::Structure
end

#job_arn ⇒ String

Amazon Resource Name (ARN) of the specified job.

Returns:

  • (String)


3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3752

class GetJobResponse < Struct.new(
  :action,
  :action_options,
  :created_at,
  :ended_at,
  :error,
  :execution_role_arn,
  :input_options,
  :job_arn,
  :job_id,
  :name,
  :output_options,
  :status,
  :updated_at,
  :tags)
  SENSITIVE = [:created_at, :ended_at, :updated_at]
  include Aws::Structure
end

#job_id ⇒ String

Unique job identifier.

Returns:

  • (String)


3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3752

class GetJobResponse < Struct.new(
  :action,
  :action_options,
  :created_at,
  :ended_at,
  :error,
  :execution_role_arn,
  :input_options,
  :job_arn,
  :job_id,
  :name,
  :output_options,
  :status,
  :updated_at,
  :tags)
  SENSITIVE = [:created_at, :ended_at, :updated_at]
  include Aws::Structure
end

#name ⇒ String

Job name (if provided during creation).

Returns:

  • (String)


3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3752

class GetJobResponse < Struct.new(
  :action,
  :action_options,
  :created_at,
  :ended_at,
  :error,
  :execution_role_arn,
  :input_options,
  :job_arn,
  :job_id,
  :name,
  :output_options,
  :status,
  :updated_at,
  :tags)
  SENSITIVE = [:created_at, :ended_at, :updated_at]
  include Aws::Structure
end

#output_options ⇒ Types::JobOutputOptions

Output configuration.



3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3752

class GetJobResponse < Struct.new(
  :action,
  :action_options,
  :created_at,
  :ended_at,
  :error,
  :execution_role_arn,
  :input_options,
  :job_arn,
  :job_id,
  :name,
  :output_options,
  :status,
  :updated_at,
  :tags)
  SENSITIVE = [:created_at, :ended_at, :updated_at]
  include Aws::Structure
end

#status ⇒ String

Current job status.

Returns:

  • (String)


3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3752

class GetJobResponse < Struct.new(
  :action,
  :action_options,
  :created_at,
  :ended_at,
  :error,
  :execution_role_arn,
  :input_options,
  :job_arn,
  :job_id,
  :name,
  :output_options,
  :status,
  :updated_at,
  :tags)
  SENSITIVE = [:created_at, :ended_at, :updated_at]
  include Aws::Structure
end

#tags ⇒ Hash<String,String>

Tags and corresponding values associated with the specified job.

Returns:

  • (Hash<String,String>)


3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3752

class GetJobResponse < Struct.new(
  :action,
  :action_options,
  :created_at,
  :ended_at,
  :error,
  :execution_role_arn,
  :input_options,
  :job_arn,
  :job_id,
  :name,
  :output_options,
  :status,
  :updated_at,
  :tags)
  SENSITIVE = [:created_at, :ended_at, :updated_at]
  include Aws::Structure
end

#updated_at ⇒ Time

Last update time in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sss.

Returns:

  • (Time)


3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3752

class GetJobResponse < Struct.new(
  :action,
  :action_options,
  :created_at,
  :ended_at,
  :error,
  :execution_role_arn,
  :input_options,
  :job_arn,
  :job_id,
  :name,
  :output_options,
  :status,
  :updated_at,
  :tags)
  SENSITIVE = [:created_at, :ended_at, :updated_at]
  include Aws::Structure
end