Class: Aws::Types::DescribeDocumentVersionsRequest

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)


294
295
296
# File 'sig/types.rbs', line 294

def authentication_token
  @authentication_token
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def document_id
  @document_id
end

#fields::String

Returns the value of attribute fields.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def fields
  @fields
end

#include::String

Returns the value of attribute include.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def include
  @include
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


297
298
299
# File 'sig/types.rbs', line 297

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def marker
  @marker
end