You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::TemplateLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::TemplateLocation
- Defined in:
- (unknown)
Overview
Note:
When passing TemplateLocation as input to an Aws::Client method, you can use a vanilla Hash:
{
s3_bucket: "S3Bucket", # required
s3_key: "S3Key", # required
}
Information about a template location.
Returned by:
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.
#s3_key ⇒ String
The list of S3 keys identifying the data source files.