Class: Aws::Types::MemberAccountStatus
- Inherits:
-
Object
- Object
- Aws::Types::MemberAccountStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
-
#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.
-
#member_account_rule_status ⇒ "CREATE_SUCCESSFUL", ...
Returns the value of attribute member_account_rule_status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def account_id @account_id end |
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def config_rule_name @config_rule_name end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def @error_message end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def last_update_time @last_update_time end |
#member_account_rule_status ⇒ "CREATE_SUCCESSFUL", ...
Returns the value of attribute member_account_rule_status.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def member_account_rule_status @member_account_rule_status end |