Class: Aws::RoboMaker::Types::WorldExportJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::WorldExportJobSummary
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Information about a world export job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the world export job.
-
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the world export job was created.
-
#output_location ⇒ Types::OutputLocation
The output location.
-
#status ⇒ String
The status of the world export job.
-
#worlds ⇒ Array<String>
A list of worlds.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the world export job.
5843 5844 5845 5846 5847 5848 5849 5850 5851 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5843 class WorldExportJobSummary < Struct.new( :arn, :status, :created_at, :worlds, :output_location) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the world export job was created.
5843 5844 5845 5846 5847 5848 5849 5850 5851 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5843 class WorldExportJobSummary < Struct.new( :arn, :status, :created_at, :worlds, :output_location) SENSITIVE = [] include Aws::Structure end |
#output_location ⇒ Types::OutputLocation
The output location.
5843 5844 5845 5846 5847 5848 5849 5850 5851 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5843 class WorldExportJobSummary < Struct.new( :arn, :status, :created_at, :worlds, :output_location) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the world export job.
- Pending
The world export job request is pending.
- Running
The world export job is running.
- Completed
The world export job completed.
- Failed
The world export job failed. See
failureCode
for more information.- Canceled
The world export job was cancelled.
- Canceling
The world export job is being cancelled.
5843 5844 5845 5846 5847 5848 5849 5850 5851 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5843 class WorldExportJobSummary < Struct.new( :arn, :status, :created_at, :worlds, :output_location) SENSITIVE = [] include Aws::Structure end |
#worlds ⇒ Array<String>
A list of worlds.
5843 5844 5845 5846 5847 5848 5849 5850 5851 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5843 class WorldExportJobSummary < Struct.new( :arn, :status, :created_at, :worlds, :output_location) SENSITIVE = [] include Aws::Structure end |