Class: Aws::Types::DescribeConfigurationAggregatorsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationAggregatorsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_aggregator_names ⇒ ::Array[::String]
Returns the value of attribute configuration_aggregator_names.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#configuration_aggregator_names ⇒ ::Array[::String]
Returns the value of attribute configuration_aggregator_names.
753 754 755 |
# File 'sig/types.rbs', line 753 def configuration_aggregator_names @configuration_aggregator_names end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
755 756 757 |
# File 'sig/types.rbs', line 755 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
754 755 756 |
# File 'sig/types.rbs', line 754 def next_token @next_token end |