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)


2839
2840
2841
2842
2843
2844
# File 'lib/aws-sdk-auditmanager/types.rb', line 2839

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

#organization_idString

The identifier for the specified organization.

Returns:

  • (String)


2839
2840
2841
2842
2843
2844
# File 'lib/aws-sdk-auditmanager/types.rb', line 2839

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