Class: Aws::Types::GetAttributeValuesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAttributeValuesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_values ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute attribute_values.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#attribute_values ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute attribute_values.
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.
58 59 60 |
# File 'sig/types.rbs', line 58 def next_token @next_token end |