Class: Aws::Types::ListDocumentVersionsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_versions::Array[Types::DocumentVersionInfo]

Returns the value of attribute document_versions.

Returns:



2840
2841
2842
# File 'sig/types.rbs', line 2840

def document_versions
  @document_versions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2841
2842
2843
# File 'sig/types.rbs', line 2841

def next_token
  @next_token
end