Class: Aws::LocationService::Types::ListJobsResponseEntry

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

Overview

Job summary information returned in list operations.

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

Action performed by the job.

Returns:



4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
# File 'lib/aws-sdk-locationservice/types.rb', line 4814

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

#action_optionsTypes::JobActionOptions

Additional options for configuring job action parameters.

Returns:



4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
# File 'lib/aws-sdk-locationservice/types.rb', line 4814

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

#created_atTime

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

Returns:



4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
# File 'lib/aws-sdk-locationservice/types.rb', line 4814

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

#ended_atTime

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:



4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
# File 'lib/aws-sdk-locationservice/types.rb', line 4814

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

#errorTypes::JobError

Error information if the job failed.

Returns:



4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
# File 'lib/aws-sdk-locationservice/types.rb', line 4814

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

#execution_role_arnString

IAM role used for job execution.

Returns:



4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
# File 'lib/aws-sdk-locationservice/types.rb', line 4814

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

#input_optionsTypes::JobInputOptions

Input configuration.

Returns:



4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
# File 'lib/aws-sdk-locationservice/types.rb', line 4814

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

#job_arnString

Amazon Resource Name (ARN) of the job.

Returns:



4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
# File 'lib/aws-sdk-locationservice/types.rb', line 4814

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

#job_idString

Unique job identifier.

Returns:



4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
# File 'lib/aws-sdk-locationservice/types.rb', line 4814

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

#nameString

Job name (if provided during creation).

Returns:



4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
# File 'lib/aws-sdk-locationservice/types.rb', line 4814

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

#output_optionsTypes::JobOutputOptions

Output configuration.

Returns:



4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
# File 'lib/aws-sdk-locationservice/types.rb', line 4814

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

#statusString

Current job status.

Returns:



4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
# File 'lib/aws-sdk-locationservice/types.rb', line 4814

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

#updated_atTime

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

Returns:



4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
# File 'lib/aws-sdk-locationservice/types.rb', line 4814

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