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

Class: Aws::QuickSight::Types::ManifestFileLocation

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

Overview

Note:

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

{
  bucket: "S3Bucket", # required
  key: "S3Key", # required
}

Amazon S3 manifest file location.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

Amazon S3 bucket.

Returns:

  • (String)

    Amazon S3 bucket.

#keyString

Amazon S3 key that identifies an object.

Returns:

  • (String)

    Amazon S3 key that identifies an object.