Class: Aws::Types::ListDocumentMetadataHistoryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_version::String

Returns the value of attribute document_version.

Returns:

  • (::String)


2816
2817
2818
# File 'sig/types.rbs', line 2816

def document_version
  @document_version
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2819
2820
2821
# File 'sig/types.rbs', line 2819

def max_results
  @max_results
end

#metadata"DocumentReviews"

Returns the value of attribute metadata.

Returns:



2817
2818
2819
# File 'sig/types.rbs', line 2817

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2815
2816
2817
# File 'sig/types.rbs', line 2815

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2818
2819
2820
# File 'sig/types.rbs', line 2818

def next_token
  @next_token
end