Class: Aws::Types::DescribeConfigurationAggregatorSourcesStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationAggregatorSourcesStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_aggregator_name ⇒ ::String
Returns the value of attribute configuration_aggregator_name.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#update_status ⇒ ::Array[("FAILED" | "SUCCEEDED" | "OUTDATED")]
Returns the value of attribute update_status.
Instance Attribute Details
#configuration_aggregator_name ⇒ ::String
Returns the value of attribute configuration_aggregator_name.
739 740 741 |
# File 'sig/types.rbs', line 739 def configuration_aggregator_name @configuration_aggregator_name end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
742 743 744 |
# File 'sig/types.rbs', line 742 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
741 742 743 |
# File 'sig/types.rbs', line 741 def next_token @next_token end |
#update_status ⇒ ::Array[("FAILED" | "SUCCEEDED" | "OUTDATED")]
Returns the value of attribute update_status.
740 741 742 |
# File 'sig/types.rbs', line 740 def update_status @update_status end |