Class: Aws::Types::DescribeOrganizationConfigRuleStatusesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOrganizationConfigRuleStatusesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#organization_config_rule_names ⇒ ::Array[::String]
Returns the value of attribute organization_config_rule_names.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
852 853 854 |
# File 'sig/types.rbs', line 852 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
853 854 855 |
# File 'sig/types.rbs', line 853 def next_token @next_token end |
#organization_config_rule_names ⇒ ::Array[::String]
Returns the value of attribute organization_config_rule_names.
851 852 853 |
# File 'sig/types.rbs', line 851 def organization_config_rule_names @organization_config_rule_names end |