Class: Aws::QuickSight::Types::UploadedDocumentMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#nameString

The name of the uploaded document.

Returns:

  • (String)


45085
45086
45087
45088
45089
# File 'lib/aws-sdk-quicksight/types.rb', line 45085

class UploadedDocumentMetadata < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end