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:



3970
3971
3972
3973
3974
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3970

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