Class: Aws::Types::GetOrganizationConfigRuleDetailedStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetOrganizationConfigRuleDetailedStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#organization_config_rule_detailed_status ⇒ ::Array[Types::MemberAccountStatus]
Returns the value of attribute organization_config_rule_detailed_status.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def next_token @next_token end |
#organization_config_rule_detailed_status ⇒ ::Array[Types::MemberAccountStatus]
Returns the value of attribute organization_config_rule_detailed_status.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def organization_config_rule_detailed_status @organization_config_rule_detailed_status end |