Class: Aws::Types::OrganizationConformancePackDetailedStatus
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationConformancePackDetailedStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#conformance_pack_name ⇒ ::String
Returns the value of attribute conformance_pack_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.
-
#status ⇒ "CREATE_SUCCESSFUL", ...
Returns the value of attribute status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def account_id @account_id end |
#conformance_pack_name ⇒ ::String
Returns the value of attribute conformance_pack_name.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def conformance_pack_name @conformance_pack_name end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def @error_message end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def last_update_time @last_update_time end |
#status ⇒ "CREATE_SUCCESSFUL", ...
Returns the value of attribute status.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def status @status end |