Class: Aws::Types::DescribeOrganizationConfigRulesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOrganizationConfigRulesRequest
- 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.
865 866 867 |
# File 'sig/types.rbs', line 865 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
866 867 868 |
# File 'sig/types.rbs', line 866 def next_token @next_token end |
#organization_config_rule_names ⇒ ::Array[::String]
Returns the value of attribute organization_config_rule_names.
864 865 866 |
# File 'sig/types.rbs', line 864 def organization_config_rule_names @organization_config_rule_names end |