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.
2811 2812 2813 |
# File 'sig/types.rbs', line 2811 def dataset_type @dataset_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2813 2814 2815 |
# File 'sig/types.rbs', line 2813 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2812 2813 2814 |
# File 'sig/types.rbs', line 2812 def next_token @next_token end |
#source_type ⇒ "KENDRA", "SITEWISE"
Returns the value of attribute source_type.
2809 2810 2811 |
# File 'sig/types.rbs', line 2809 def source_type @source_type end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
2810 2811 2812 |
# File 'sig/types.rbs', line 2810 def workspace_name @workspace_name end |