Class: Aws::Types::CreateAccountStatus
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccountStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#account_name ⇒ ::String
Returns the value of attribute account_name.
-
#completed_timestamp ⇒ ::Time
Returns the value of attribute completed_timestamp.
-
#failure_reason ⇒ "ACCOUNT_LIMIT_EXCEEDED", ...
Returns the value of attribute failure_reason.
-
#gov_cloud_account_id ⇒ ::String
Returns the value of attribute gov_cloud_account_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#requested_timestamp ⇒ ::Time
Returns the value of attribute requested_timestamp.
-
#state ⇒ "IN_PROGRESS", ...
Returns the value of attribute state.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
148 149 150 |
# File 'sig/types.rbs', line 148 def account_id @account_id end |
#account_name ⇒ ::String
Returns the value of attribute account_name.
144 145 146 |
# File 'sig/types.rbs', line 144 def account_name @account_name end |
#completed_timestamp ⇒ ::Time
Returns the value of attribute completed_timestamp.
147 148 149 |
# File 'sig/types.rbs', line 147 def @completed_timestamp end |
#failure_reason ⇒ "ACCOUNT_LIMIT_EXCEEDED", ...
Returns the value of attribute failure_reason.
150 151 152 |
# File 'sig/types.rbs', line 150 def failure_reason @failure_reason end |
#gov_cloud_account_id ⇒ ::String
Returns the value of attribute gov_cloud_account_id.
149 150 151 |
# File 'sig/types.rbs', line 149 def gov_cloud_account_id @gov_cloud_account_id end |
#id ⇒ ::String
Returns the value of attribute id.
143 144 145 |
# File 'sig/types.rbs', line 143 def id @id end |
#requested_timestamp ⇒ ::Time
Returns the value of attribute requested_timestamp.
146 147 148 |
# File 'sig/types.rbs', line 146 def @requested_timestamp end |
#state ⇒ "IN_PROGRESS", ...
Returns the value of attribute state.
145 146 147 |
# File 'sig/types.rbs', line 145 def state @state end |