Class: Aws::CleanRooms::Types::IdNamespaceAssociationInputReferencePropertiesSummary

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

Overview

Detailed information about the ID namespace association input reference properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_namespace_typeString

The ID namespace type for this ID namespace association.

Returns:

  • (String)


4523
4524
4525
4526
4527
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4523

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