Class: Aws::Types::DescribeConfigurationAggregatorSourcesStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationAggregatorSourcesStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregated_source_status_list ⇒ ::Array[Types::AggregatedSourceStatus]
Returns the value of attribute aggregated_source_status_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#aggregated_source_status_list ⇒ ::Array[Types::AggregatedSourceStatus]
Returns the value of attribute aggregated_source_status_list.
747 748 749 |
# File 'sig/types.rbs', line 747 def aggregated_source_status_list @aggregated_source_status_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
748 749 750 |
# File 'sig/types.rbs', line 748 def next_token @next_token end |