Class: Aws::RoboMaker::Types::TemplateLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::TemplateLocation
- 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
-
#s3_bucket ⇒ String
The Amazon S3 bucket name.
-
#s3_key ⇒ String
The list of S3 keys identifying the data source files.
Instance Attribute Details
#s3_bucket ⇒ String
The Amazon S3 bucket name.
5277 5278 5279 5280 5281 5282 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5277 class TemplateLocation < Struct.new( :s3_bucket, :s3_key) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
The list of S3 keys identifying the data source files.
5277 5278 5279 5280 5281 5282 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5277 class TemplateLocation < Struct.new( :s3_bucket, :s3_key) SENSITIVE = [] include Aws::Structure end |