Class: Aws::CleanRooms::Types::DeleteIdNamespaceAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DeleteIdNamespaceAssociationInput
- Includes:
- Structure
- Defined in:
- 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 delete.
-
#membership_identifier ⇒ String
The unique identifier of the membership that contains the ID namespace association that you want to delete.
Instance Attribute Details
#id_namespace_association_identifier ⇒ String
The unique identifier of the ID namespace association that you want to delete.
3213 3214 3215 3216 3217 3218 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3213 class DeleteIdNamespaceAssociationInput < 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 delete.
3213 3214 3215 3216 3217 3218 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3213 class DeleteIdNamespaceAssociationInput < Struct.new( :id_namespace_association_identifier, :membership_identifier) SENSITIVE = [] include Aws::Structure end |