Class: Aws::Types::ListDataTablePrimaryValuesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDataTablePrimaryValuesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#primary_values_list ⇒ ::Array[Types::RecordPrimaryValue]
Returns the value of attribute primary_values_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5056 5057 5058 |
# File 'sig/types.rbs', line 5056 def next_token @next_token end |
#primary_values_list ⇒ ::Array[Types::RecordPrimaryValue]
Returns the value of attribute primary_values_list.
5057 5058 5059 |
# File 'sig/types.rbs', line 5057 def primary_values_list @primary_values_list end |