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.
642 643 644 645 646 647 |
# File 'lib/aws-sdk-account/types.rb', line 642 class GetGovCloudAccountInformationResponse < Struct.new( :gov_cloud_account_id, :account_state) SENSITIVE = [] include Aws::Structure end |
#gov_cloud_account_id ⇒ String
The 12-digit account ID number of the linked GovCloud account.
642 643 644 645 646 647 |
# File 'lib/aws-sdk-account/types.rb', line 642 class GetGovCloudAccountInformationResponse < Struct.new( :gov_cloud_account_id, :account_state) SENSITIVE = [] include Aws::Structure end |