Class: Aws::CleanRooms::Types::GetMembershipInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



4905
4906
4907
4908
4909
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4905

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