Class: Aws::Types::OrganizationConfigRuleStatus
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationConfigRuleStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#organization_config_rule_name ⇒ ::String
Returns the value of attribute organization_config_rule_name.
-
#organization_rule_status ⇒ "CREATE_SUCCESSFUL", ...
Returns the value of attribute organization_rule_status.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
1617 1618 1619 |
# File 'sig/types.rbs', line 1617 def last_update_time @last_update_time end |
#organization_config_rule_name ⇒ ::String
Returns the value of attribute organization_config_rule_name.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def organization_config_rule_name @organization_config_rule_name end |
#organization_rule_status ⇒ "CREATE_SUCCESSFUL", ...
Returns the value of attribute organization_rule_status.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def organization_rule_status @organization_rule_status end |