Class: Aws::Detective::Types::EnableOrganizationAdminAccountRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account identifier of the account to designate as the Detective administrator account for the organization.

Returns:

  • (String)


447
448
449
450
451
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 447

class EnableOrganizationAdminAccountRequest < Struct.new(
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end