Class: Aws::Types::ListDataSourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDataSourcesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#summary_items ⇒ ::Array[Types::DataSourceSummary]
Returns the value of attribute summary_items.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def next_token @next_token end |
#summary_items ⇒ ::Array[Types::DataSourceSummary]
Returns the value of attribute summary_items.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def summary_items @summary_items end |