Class: Aws::Types::ListDataTableAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDataTableAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_ids ⇒ ::Array[::String]
Returns the value of attribute attribute_ids.
-
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#attribute_ids ⇒ ::Array[::String]
Returns the value of attribute attribute_ids.
4883 4884 4885 |
# File 'sig/types.rbs', line 4883 def attribute_ids @attribute_ids end |
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
4882 4883 4884 |
# File 'sig/types.rbs', line 4882 def data_table_id @data_table_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4881 4882 4883 |
# File 'sig/types.rbs', line 4881 def instance_id @instance_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4885 4886 4887 |
# File 'sig/types.rbs', line 4885 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4884 4885 4886 |
# File 'sig/types.rbs', line 4884 def next_token @next_token end |