Class: Aws::SecurityLake::Types::RegisterDataLakeDelegatedAdministratorRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the Security Lake delegated administrator.

Returns:

  • (String)


1631
1632
1633
1634
1635
# File 'lib/aws-sdk-securitylake/types.rb', line 1631

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