Class: Aws::CleanRooms::Types::CreateIdNamespaceAssociationOutput

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 ID namespace association that was created.



2870
2871
2872
2873
2874
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2870

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