Class: Aws::Account::Types::GetGovCloudAccountInformationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-account/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_stateString

The account state of the linked GovCloud account.

Returns:

  • (String)


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_idString

The 12-digit account ID number of the linked GovCloud account.

Returns:

  • (String)


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