Class: Aws::Types::ListDataSourceRunsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListDataSourceRunsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::DataSourceRunSummary]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::DataSourceRunSummary]
Returns the value of attribute items.
3949 3950 3951 |
# File 'sig/types.rbs', line 3949 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3950 3951 3952 |
# File 'sig/types.rbs', line 3950 def next_token @next_token end |