Class: Aws::Types::DescribeConfigurationAggregatorsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationAggregatorsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_aggregators ⇒ ::Array[Types::ConfigurationAggregator]
Returns the value of attribute configuration_aggregators.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#configuration_aggregators ⇒ ::Array[Types::ConfigurationAggregator]
Returns the value of attribute configuration_aggregators.
760 761 762 |
# File 'sig/types.rbs', line 760 def configuration_aggregators @configuration_aggregators end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
761 762 763 |
# File 'sig/types.rbs', line 761 def next_token @next_token end |