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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-cleanrooms/types.rb', line 7603

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