Class: Aws::Types::DescribeConfigurationSetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConfigurationSetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_names ⇒ ::Array[::String]
Returns the value of attribute configuration_set_names.
-
#filters ⇒ ::Array[Types::ConfigurationSetFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#configuration_set_names ⇒ ::Array[::String]
Returns the value of attribute configuration_set_names.
727 728 729 |
# File 'sig/types.rbs', line 727 def configuration_set_names @configuration_set_names end |
#filters ⇒ ::Array[Types::ConfigurationSetFilter]
Returns the value of attribute filters.
728 729 730 |
# File 'sig/types.rbs', line 728 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
730 731 732 |
# File 'sig/types.rbs', line 730 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
729 730 731 |
# File 'sig/types.rbs', line 729 def next_token @next_token end |