Class: Aws::Types::ListDocumentMetadataHistoryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#author::String

Returns the value of attribute author.

Returns:

  • (::String)


2826
2827
2828
# File 'sig/types.rbs', line 2826

def author
  @author
end

#document_version::String

Returns the value of attribute document_version.

Returns:

  • (::String)


2825
2826
2827
# File 'sig/types.rbs', line 2825

def document_version
  @document_version
end

#metadataTypes::DocumentMetadataResponseInfo

Returns the value of attribute metadata.



2827
2828
2829
# File 'sig/types.rbs', line 2827

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2824
2825
2826
# File 'sig/types.rbs', line 2824

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2828
2829
2830
# File 'sig/types.rbs', line 2828

def next_token
  @next_token
end