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

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



1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1444

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>)


1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1444

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