Class: Aws::CleanRooms::Types::GetIdNamespaceAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetIdNamespaceAssociationInput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_namespace_association_identifier ⇒ String
The unique identifier of the ID namespace association that you want to retrieve.
-
#membership_identifier ⇒ String
The unique identifier of the membership that contains the ID namespace association that you want to retrieve.
Instance Attribute Details
#id_namespace_association_identifier ⇒ String
The unique identifier of the ID namespace association that you want to retrieve.
4928 4929 4930 4931 4932 4933 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4928 class GetIdNamespaceAssociationInput < Struct.new( :id_namespace_association_identifier, :membership_identifier) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The unique identifier of the membership that contains the ID namespace association that you want to retrieve.
4928 4929 4930 4931 4932 4933 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4928 class GetIdNamespaceAssociationInput < Struct.new( :id_namespace_association_identifier, :membership_identifier) SENSITIVE = [] include Aws::Structure end |