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

Class: Aws::QuickSight::Types::S3Parameters

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

Overview

Note:

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

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

S3 parameters.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#manifest_file_locationTypes::ManifestFileLocation

Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded in the console.

Returns: