Class: Aws::CleanRooms::Types::UpdateIdNamespaceAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateIdNamespaceAssociationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_namespace_association ⇒ Types::IdNamespaceAssociation
The updated ID namespace association.
Instance Attribute Details
#id_namespace_association ⇒ Types::IdNamespaceAssociation
The updated ID namespace association.
7603 7604 7605 7606 7607 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7603 class UpdateIdNamespaceAssociationOutput < Struct.new( :id_namespace_association) SENSITIVE = [] include Aws::Structure end |