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:



5054
5055
5056
5057
5058
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5054

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