Class: Aws::Types::GetDocumentPathRequest

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)


500
501
502
# File 'sig/types.rbs', line 500

def authentication_token
  @authentication_token
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def document_id
  @document_id
end

#fields::String

Returns the value of attribute fields.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def fields
  @fields
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


502
503
504
# File 'sig/types.rbs', line 502

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def marker
  @marker
end