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.
7262 7263 7264 7265 7266 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7262 class UpdateIdNamespaceAssociationOutput < Struct.new( :id_namespace_association) SENSITIVE = [] include Aws::Structure end |