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.
22306 22307 22308 22309 22310 22311 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22306 class ManifestFileLocation < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
Amazon S3 key that identifies an object.
22306 22307 22308 22309 22310 22311 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22306 class ManifestFileLocation < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |