Class: Aws::QuickSight::Types::UploadedDocumentMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UploadedDocumentMetadata
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Metadata for an uploaded document associated with a custom instruction.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the uploaded document.
Instance Attribute Details
#name ⇒ String
The name of the uploaded document.
45085 45086 45087 45088 45089 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45085 class UploadedDocumentMetadata < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |