Class: Aws::Types::GetDocumentVersionRequest

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)


527
528
529
# File 'sig/types.rbs', line 527

def authentication_token
  @authentication_token
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def document_id
  @document_id
end

#fields::String

Returns the value of attribute fields.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def fields
  @fields
end

#include_custom_metadataBoolean

Returns the value of attribute include_custom_metadata.

Returns:

  • (Boolean)


531
532
533
# File 'sig/types.rbs', line 531

def 
  @include_custom_metadata
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def version_id
  @version_id
end