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
show all
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

Instance Attribute Details

#s3_bucketString

The Amazon S3 bucket name.

Returns:

  • (String)

    The Amazon S3 bucket name.

#s3_keyString

The list of S3 keys identifying the data source files.

Returns:

  • (String)

    The list of S3 keys identifying the data source files.