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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/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)


1624
1625
1626
1627
1628
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1624

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