Class: Aws::CleanRooms::Types::UpdateIdNamespaceAssociationOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_namespace_associationTypes::IdNamespaceAssociation

The updated ID namespace association.



7603
7604
7605
7606
7607
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7603

class UpdateIdNamespaceAssociationOutput < Struct.new(
  :id_namespace_association)
  SENSITIVE = []
  include Aws::Structure
end