Class: Aws::CleanRooms::Types::GetMembershipOutput

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

#membershipTypes::Membership

The membership retrieved for the provided identifier.

Returns:



5750
5751
5752
5753
5754
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5750

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