Class: Aws::CleanRooms::Types::GetMembershipInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetMembershipInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership_identifier ⇒ String
The identifier for a membership resource.
Instance Attribute Details
#membership_identifier ⇒ String
The identifier for a membership resource.
3958 3959 3960 3961 3962 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3958 class GetMembershipInput < Struct.new( :membership_identifier) SENSITIVE = [] include Aws::Structure end |