Class: Aws::Macie2::Types::CreateMemberRequest

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

Overview

Specifies an Amazon Web Services account to associate with an Amazon Macie administrator account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountTypes::AccountDetail

Specifies the details of an account to associate with an Amazon Macie administrator account.



1539
1540
1541
1542
1543
1544
# File 'lib/aws-sdk-macie2/types.rb', line 1539

class CreateMemberRequest < Struct.new(
  :account,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.

Returns:

  • (Hash<String,String>)


1539
1540
1541
1542
1543
1544
# File 'lib/aws-sdk-macie2/types.rb', line 1539

class CreateMemberRequest < Struct.new(
  :account,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end