Class: Aws::Types::GetAttributeValuesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_values::Array[Types::AttributeValue]

Returns the value of attribute attribute_values.

Returns:



57
58
59
# File 'sig/types.rbs', line 57

def attribute_values
  @attribute_values
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def next_token
  @next_token
end