Class: Aws::QuickSight::Types::ManifestFileLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ManifestFileLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Amazon S3 manifest file location.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
Amazon S3 bucket.
-
#key ⇒ String
Amazon S3 key that identifies an object.
Instance Attribute Details
#bucket ⇒ String
Amazon S3 bucket.
23559 23560 23561 23562 23563 23564 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23559 class ManifestFileLocation < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
Amazon S3 key that identifies an object.
23559 23560 23561 23562 23563 23564 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23559 class ManifestFileLocation < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |