Class: Aws::Types::ListDataSetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDataSetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name_filter ⇒ ::String
Returns the value of attribute name_filter.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
772 773 774 |
# File 'sig/types.rbs', line 772 def application_id @application_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
773 774 775 |
# File 'sig/types.rbs', line 773 def max_results @max_results end |
#name_filter ⇒ ::String
Returns the value of attribute name_filter.
774 775 776 |
# File 'sig/types.rbs', line 774 def name_filter @name_filter end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
775 776 777 |
# File 'sig/types.rbs', line 775 def next_token @next_token end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
776 777 778 |
# File 'sig/types.rbs', line 776 def prefix @prefix end |