Class: Aws::Types::GetGovCloudAccountInformationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetGovCloudAccountInformationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_state ⇒ "PENDING_ACTIVATION", ...
Returns the value of attribute account_state.
-
#gov_cloud_account_id ⇒ ::String
Returns the value of attribute gov_cloud_account_id.
Instance Attribute Details
#account_state ⇒ "PENDING_ACTIVATION", ...
Returns the value of attribute account_state.
119 120 121 |
# File 'sig/types.rbs', line 119 def account_state @account_state end |
#gov_cloud_account_id ⇒ ::String
Returns the value of attribute gov_cloud_account_id.
118 119 120 |
# File 'sig/types.rbs', line 118 def gov_cloud_account_id @gov_cloud_account_id end |