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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Amazon S3 manifest file location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

Amazon S3 bucket.

Returns:

  • (String)


20994
20995
20996
20997
20998
20999
# File 'lib/aws-sdk-quicksight/types.rb', line 20994

class ManifestFileLocation < Struct.new(
  :bucket,
  :key)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

Amazon S3 key that identifies an object.

Returns:

  • (String)


20994
20995
20996
20997
20998
20999
# File 'lib/aws-sdk-quicksight/types.rb', line 20994

class ManifestFileLocation < Struct.new(
  :bucket,
  :key)
  SENSITIVE = []
  include Aws::Structure
end