You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::S3Location

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3Location as input to an Aws::Client method, you can use a vanilla Hash:

{
  bucket: "S3Bucket",
  key: "S3Key",
  version: "S3Version",
}

The S3 location.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The S3 bucket.

Returns:

  • (String)

    The S3 bucket.

#keyString

The S3 key.

Returns:

  • (String)

    The S3 key.

#versionString

The S3 bucket version.

Returns:

  • (String)

    The S3 bucket version.