Class: Aws::RoboMaker::Types::TemplateLocation

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

Overview

Information about a template location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The Amazon S3 bucket name.

Returns:

  • (String)


5276
5277
5278
5279
5280
5281
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5276

class TemplateLocation < Struct.new(
  :s3_bucket,
  :s3_key)
  SENSITIVE = []
  include Aws::Structure
end

#s3_keyString

The list of S3 keys identifying the data source files.

Returns:

  • (String)


5276
5277
5278
5279
5280
5281
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5276

class TemplateLocation < Struct.new(
  :s3_bucket,
  :s3_key)
  SENSITIVE = []
  include Aws::Structure
end