Class: Aws::Types::ListDatasetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDatasetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_type ⇒ "SESSION", ...
Returns the value of attribute dataset_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#source_type ⇒ "KENDRA", "SITEWISE"
Returns the value of attribute source_type.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#dataset_type ⇒ "SESSION", ...
Returns the value of attribute dataset_type.
2801 2802 2803 |
# File 'sig/types.rbs', line 2801 def dataset_type @dataset_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2803 2804 2805 |
# File 'sig/types.rbs', line 2803 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2802 2803 2804 |
# File 'sig/types.rbs', line 2802 def next_token @next_token end |
#source_type ⇒ "KENDRA", "SITEWISE"
Returns the value of attribute source_type.
2799 2800 2801 |
# File 'sig/types.rbs', line 2799 def source_type @source_type end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
2800 2801 2802 |
# File 'sig/types.rbs', line 2800 def workspace_name @workspace_name end |