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.
4906 4907 4908 |
# File 'sig/types.rbs', line 4906 def next_token @next_token end |
#primary_values_list ⇒ ::Array[Types::RecordPrimaryValue]
Returns the value of attribute primary_values_list.
4907 4908 4909 |
# File 'sig/types.rbs', line 4907 def primary_values_list @primary_values_list end |