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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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)


4495
4496
4497
4498
4499
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4495

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