Class: Aws::Types::ListDatasetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDatasetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def dataset_group_arn @dataset_group_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def next_token @next_token end |