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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the uploaded document.

Returns:

  • (String)


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