Class: Aws::CleanRooms::Types::DeleteMembershipInput

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

#membership_identifierString

The identifier for a membership resource.

Returns:

  • (String)


2536
2537
2538
2539
2540
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2536

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