Class: Aws::RoboMaker::Types::CreateWorldExportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CreateWorldExportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#iam_role ⇒ String
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
-
#output_location ⇒ Types::OutputLocation
The output location.
-
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the world export job.
-
#worlds ⇒ Array<String>
A list of Amazon Resource Names (arns) that correspond to worlds to export.
Instance Attribute Details
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1169 1170 1171 1172 1173 1174 1175 1176 1177 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1169 class CreateWorldExportJobRequest < Struct.new( :client_request_token, :worlds, :output_location, :iam_role, :tags) SENSITIVE = [] include Aws::Structure end |
#iam_role ⇒ String
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
1169 1170 1171 1172 1173 1174 1175 1176 1177 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1169 class CreateWorldExportJobRequest < Struct.new( :client_request_token, :worlds, :output_location, :iam_role, :tags) SENSITIVE = [] include Aws::Structure end |
#output_location ⇒ Types::OutputLocation
The output location.
1169 1170 1171 1172 1173 1174 1175 1176 1177 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1169 class CreateWorldExportJobRequest < Struct.new( :client_request_token, :worlds, :output_location, :iam_role, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the world export job.
1169 1170 1171 1172 1173 1174 1175 1176 1177 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1169 class CreateWorldExportJobRequest < Struct.new( :client_request_token, :worlds, :output_location, :iam_role, :tags) SENSITIVE = [] include Aws::Structure end |
#worlds ⇒ Array<String>
A list of Amazon Resource Names (arns) that correspond to worlds to export.
1169 1170 1171 1172 1173 1174 1175 1176 1177 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1169 class CreateWorldExportJobRequest < Struct.new( :client_request_token, :worlds, :output_location, :iam_role, :tags) SENSITIVE = [] include Aws::Structure end |