Class: Aws::CleanRooms::Types::DeleteMemberInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the member to remove.

Returns:

  • (String)


2389
2390
2391
2392
2393
2394
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2389

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

#collaboration_identifierString

The unique identifier for the associated collaboration.

Returns:

  • (String)


2389
2390
2391
2392
2393
2394
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2389

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