Class: Aws::QuickSight::Types::ManifestFileLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ManifestFileLocation
- Defined in:
- gems/aws-sdk-quicksight/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.
23275 23276 23277 23278 23279 23280 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23275 class ManifestFileLocation < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
Amazon S3 key that identifies an object.
23275 23276 23277 23278 23279 23280 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23275 class ManifestFileLocation < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |