Class: Aws::Types::ListDataSetRevisionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDataSetRevisionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
730 731 732 |
# File 'sig/types.rbs', line 730 def data_set_id @data_set_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
731 732 733 |
# File 'sig/types.rbs', line 731 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
732 733 734 |
# File 'sig/types.rbs', line 732 def next_token @next_token end |