Class: Aws::RoboMaker::Types::CreateWorldExportJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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.

Returns:

  • (String)


1173
1174
1175
1176
1177
1178
1179
1180
1181
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1173

class CreateWorldExportJobRequest < Struct.new(
  :client_request_token,
  :worlds,
  :output_location,
  :iam_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#iam_roleString

The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.

Returns:

  • (String)


1173
1174
1175
1176
1177
1178
1179
1180
1181
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1173

class CreateWorldExportJobRequest < Struct.new(
  :client_request_token,
  :worlds,
  :output_location,
  :iam_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#output_locationTypes::OutputLocation

The output location.



1173
1174
1175
1176
1177
1178
1179
1180
1181
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1173

class CreateWorldExportJobRequest < Struct.new(
  :client_request_token,
  :worlds,
  :output_location,
  :iam_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map that contains tag keys and tag values that are attached to the world export job.

Returns:

  • (Hash<String,String>)


1173
1174
1175
1176
1177
1178
1179
1180
1181
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1173

class CreateWorldExportJobRequest < Struct.new(
  :client_request_token,
  :worlds,
  :output_location,
  :iam_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#worldsArray<String>

A list of Amazon Resource Names (arns) that correspond to worlds to export.

Returns:

  • (Array<String>)


1173
1174
1175
1176
1177
1178
1179
1180
1181
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1173

class CreateWorldExportJobRequest < Struct.new(
  :client_request_token,
  :worlds,
  :output_location,
  :iam_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end