Class: Aws::Types::ListDataSourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDataSourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
982 983 984 |
# File 'sig/types.rbs', line 982 def api_id @api_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
984 985 986 |
# File 'sig/types.rbs', line 984 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
983 984 985 |
# File 'sig/types.rbs', line 983 def next_token @next_token end |