Class: Aws::Types::GetOrganizationConfigRuleDetailedStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetOrganizationConfigRuleDetailedStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ Types::StatusDetailFilters
Returns the value of attribute filters.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#organization_config_rule_name ⇒ ::String
Returns the value of attribute organization_config_rule_name.
Instance Attribute Details
#filters ⇒ Types::StatusDetailFilters
Returns the value of attribute filters.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def filters @filters end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def next_token @next_token end |
#organization_config_rule_name ⇒ ::String
Returns the value of attribute organization_config_rule_name.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def organization_config_rule_name @organization_config_rule_name end |