Class: Aws::Types::GetCentralizationRuleForOrganizationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetCentralizationRuleForOrganizationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#centralization_rule ⇒ Types::CentralizationRule
Returns the value of attribute centralization_rule.
-
#created_region ⇒ ::String
Returns the value of attribute created_region.
-
#created_time_stamp ⇒ ::Integer
Returns the value of attribute created_time_stamp.
-
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
-
#failure_reason ⇒ "TRUSTED_ACCESS_NOT_ENABLED", ...
Returns the value of attribute failure_reason.
-
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
-
#rule_health ⇒ "Healthy", ...
Returns the value of attribute rule_health.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
Instance Attribute Details
#centralization_rule ⇒ Types::CentralizationRule
Returns the value of attribute centralization_rule.
249 250 251 |
# File 'sig/types.rbs', line 249 def centralization_rule @centralization_rule end |
#created_region ⇒ ::String
Returns the value of attribute created_region.
245 246 247 |
# File 'sig/types.rbs', line 245 def created_region @created_region end |
#created_time_stamp ⇒ ::Integer
Returns the value of attribute created_time_stamp.
244 245 246 |
# File 'sig/types.rbs', line 244 def created_time_stamp @created_time_stamp end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
243 244 245 |
# File 'sig/types.rbs', line 243 def creator_account_id @creator_account_id end |
#failure_reason ⇒ "TRUSTED_ACCESS_NOT_ENABLED", ...
Returns the value of attribute failure_reason.
248 249 250 |
# File 'sig/types.rbs', line 248 def failure_reason @failure_reason end |
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
246 247 248 |
# File 'sig/types.rbs', line 246 def last_update_time_stamp @last_update_time_stamp end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
242 243 244 |
# File 'sig/types.rbs', line 242 def rule_arn @rule_arn end |
#rule_health ⇒ "Healthy", ...
Returns the value of attribute rule_health.
247 248 249 |
# File 'sig/types.rbs', line 247 def rule_health @rule_health end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
241 242 243 |
# File 'sig/types.rbs', line 241 def rule_name @rule_name end |