Class: Aws::AuditManager::Types::GetOrganizationAdminAccountResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#admin_account_idString

The identifier for the specified administrator account.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
# File 'lib/aws-sdk-auditmanager/types.rb', line 2810

class GetOrganizationAdminAccountResponse < Struct.new(
  :admin_account_id,
  :organization_id)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The identifier for the specified organization.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
# File 'lib/aws-sdk-auditmanager/types.rb', line 2810

class GetOrganizationAdminAccountResponse < Struct.new(
  :admin_account_id,
  :organization_id)
  SENSITIVE = []
  include Aws::Structure
end