Class: Aws::Account::Types::GetGovCloudAccountInformationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Account::Types::GetGovCloudAccountInformationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-account/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_state ⇒ String
The account state of the linked GovCloud account.
-
#gov_cloud_account_id ⇒ String
The 12-digit account ID number of the linked GovCloud account.
Instance Attribute Details
#account_state ⇒ String
The account state of the linked GovCloud account.
632 633 634 635 636 637 |
# File 'lib/aws-sdk-account/types.rb', line 632 class GetGovCloudAccountInformationResponse < Struct.new( :account_state, :gov_cloud_account_id) SENSITIVE = [] include Aws::Structure end |
#gov_cloud_account_id ⇒ String
The 12-digit account ID number of the linked GovCloud account.
632 633 634 635 636 637 |
# File 'lib/aws-sdk-account/types.rb', line 632 class GetGovCloudAccountInformationResponse < Struct.new( :account_state, :gov_cloud_account_id) SENSITIVE = [] include Aws::Structure end |