Class: Aws::CleanRooms::Types::CreateIdNamespaceAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateIdNamespaceAssociationOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_namespace_association ⇒ Types::IdNamespaceAssociation
The ID namespace association that was created.
Instance Attribute Details
#id_namespace_association ⇒ Types::IdNamespaceAssociation
The ID namespace association that was created.
3300 3301 3302 3303 3304 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3300 class CreateIdNamespaceAssociationOutput < Struct.new( :id_namespace_association) SENSITIVE = [] include Aws::Structure end |