Class: Aws::CleanRooms::Types::IdNamespaceAssociationInputReferenceProperties

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

Overview

Provides the information for the ID namespace association input reference properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id_mapping_workflows_supportedArray<Hash,Array,String,Numeric,Boolean>

Defines how ID mapping workflows are supported for this ID namespace association.

Returns:

  • (Array<Hash,Array,String,Numeric,Boolean>)


4411
4412
4413
4414
4415
4416
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4411

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

#id_namespace_typeString

The ID namespace type for this ID namespace association.

Returns:

  • (String)


4411
4412
4413
4414
4415
4416
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4411

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