Class: Aws::Types::CentralizationRuleSummary
- Inherits:
-
Object
- Object
- Aws::Types::CentralizationRuleSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#destination_account_id ⇒ ::String
Returns the value of attribute destination_account_id.
-
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
-
#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
#created_region ⇒ ::String
Returns the value of attribute created_region.
66 67 68 |
# File 'sig/types.rbs', line 66 def created_region @created_region end |
#created_time_stamp ⇒ ::Integer
Returns the value of attribute created_time_stamp.
65 66 67 |
# File 'sig/types.rbs', line 65 def created_time_stamp @created_time_stamp end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
64 65 66 |
# File 'sig/types.rbs', line 64 def creator_account_id @creator_account_id end |
#destination_account_id ⇒ ::String
Returns the value of attribute destination_account_id.
70 71 72 |
# File 'sig/types.rbs', line 70 def destination_account_id @destination_account_id end |
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
71 72 73 |
# File 'sig/types.rbs', line 71 def destination_region @destination_region end |
#failure_reason ⇒ "TRUSTED_ACCESS_NOT_ENABLED", ...
Returns the value of attribute failure_reason.
69 70 71 |
# File 'sig/types.rbs', line 69 def failure_reason @failure_reason end |
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
67 68 69 |
# File 'sig/types.rbs', line 67 def last_update_time_stamp @last_update_time_stamp end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
63 64 65 |
# File 'sig/types.rbs', line 63 def rule_arn @rule_arn end |
#rule_health ⇒ "Healthy", ...
Returns the value of attribute rule_health.
68 69 70 |
# File 'sig/types.rbs', line 68 def rule_health @rule_health end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
62 63 64 |
# File 'sig/types.rbs', line 62 def rule_name @rule_name end |