Class: Aws::Types::ListDataViewsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDataViewsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
419 420 421 |
# File 'sig/types.rbs', line 419 def dataset_id @dataset_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
421 422 423 |
# File 'sig/types.rbs', line 421 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
420 421 422 |
# File 'sig/types.rbs', line 420 def next_token @next_token end |