Class: Aws::AuditManager::Types::RegisterOrganizationAdminAccountResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/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 delegated administrator account.

Returns:

  • (String)


3882
3883
3884
3885
3886
3887
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3882

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

#organization_idString

The identifier for the organization.

Returns:

  • (String)


3882
3883
3884
3885
3886
3887
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3882

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