Class: Aws::Types::GetDocumentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def authentication_token
  @authentication_token
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def document_id
  @document_id
end

#include_custom_metadataBoolean

Returns the value of attribute include_custom_metadata.

Returns:

  • (Boolean)


516
517
518
# File 'sig/types.rbs', line 516

def 
  @include_custom_metadata
end