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.



10006
10007
10008
10009
10010
# File 'lib/aws-sdk-cleanrooms/types.rb', line 10006

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