Class: Aws::Types::DescribeCommentsRequest

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)


279
280
281
# File 'sig/types.rbs', line 279

def authentication_token
  @authentication_token
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def document_id
  @document_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


282
283
284
# File 'sig/types.rbs', line 282

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def marker
  @marker
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def version_id
  @version_id
end