Class: Aws::CleanRooms::Types::IdNamespaceAssociationSummary

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of this ID namespace association.

Returns:

  • (String)


6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6399

class IdNamespaceAssociationSummary < Struct.new(
  :membership_id,
  :membership_arn,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :id,
  :arn,
  :input_reference_config,
  :name,
  :description,
  :input_reference_properties)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_arn ⇒ String

The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.

Returns:

  • (String)


6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6399

class IdNamespaceAssociationSummary < Struct.new(
  :membership_id,
  :membership_arn,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :id,
  :arn,
  :input_reference_config,
  :name,
  :description,
  :input_reference_properties)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_id ⇒ String

The unique identifier of the collaboration that contains this ID namespace association.

Returns:

  • (String)


6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6399

class IdNamespaceAssociationSummary < Struct.new(
  :membership_id,
  :membership_arn,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :id,
  :arn,
  :input_reference_config,
  :name,
  :description,
  :input_reference_properties)
  SENSITIVE = []
  include Aws::Structure
end

#create_time ⇒ Time

The time at which this ID namespace association was created.

Returns:

  • (Time)


6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6399

class IdNamespaceAssociationSummary < Struct.new(
  :membership_id,
  :membership_arn,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :id,
  :arn,
  :input_reference_config,
  :name,
  :description,
  :input_reference_properties)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

The description of the ID namespace association.

Returns:

  • (String)


6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6399

class IdNamespaceAssociationSummary < Struct.new(
  :membership_id,
  :membership_arn,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :id,
  :arn,
  :input_reference_config,
  :name,
  :description,
  :input_reference_properties)
  SENSITIVE = []
  include Aws::Structure
end

#id ⇒ String

The unique identifier of this ID namespace association.

Returns:

  • (String)


6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6399

class IdNamespaceAssociationSummary < Struct.new(
  :membership_id,
  :membership_arn,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :id,
  :arn,
  :input_reference_config,
  :name,
  :description,
  :input_reference_properties)
  SENSITIVE = []
  include Aws::Structure
end

#input_reference_config ⇒ Types::IdNamespaceAssociationInputReferenceConfig

The input reference configuration details for this ID namespace association.



6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6399

class IdNamespaceAssociationSummary < Struct.new(
  :membership_id,
  :membership_arn,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :id,
  :arn,
  :input_reference_config,
  :name,
  :description,
  :input_reference_properties)
  SENSITIVE = []
  include Aws::Structure
end

#input_reference_properties ⇒ Types::IdNamespaceAssociationInputReferencePropertiesSummary

The input reference properties for this ID namespace association.



6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6399

class IdNamespaceAssociationSummary < Struct.new(
  :membership_id,
  :membership_arn,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :id,
  :arn,
  :input_reference_config,
  :name,
  :description,
  :input_reference_properties)
  SENSITIVE = []
  include Aws::Structure
end

#membership_arn ⇒ String

The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.

Returns:

  • (String)


6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6399

class IdNamespaceAssociationSummary < Struct.new(
  :membership_id,
  :membership_arn,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :id,
  :arn,
  :input_reference_config,
  :name,
  :description,
  :input_reference_properties)
  SENSITIVE = []
  include Aws::Structure
end

#membership_id ⇒ String

The unique identifier of the membership resource for this ID namespace association.

Returns:

  • (String)


6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6399

class IdNamespaceAssociationSummary < Struct.new(
  :membership_id,
  :membership_arn,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :id,
  :arn,
  :input_reference_config,
  :name,
  :description,
  :input_reference_properties)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the ID namespace association.

Returns:

  • (String)


6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6399

class IdNamespaceAssociationSummary < Struct.new(
  :membership_id,
  :membership_arn,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :id,
  :arn,
  :input_reference_config,
  :name,
  :description,
  :input_reference_properties)
  SENSITIVE = []
  include Aws::Structure
end

#update_time ⇒ Time

The most recent time at which this ID namespace association has been updated.

Returns:

  • (Time)


6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6399

class IdNamespaceAssociationSummary < Struct.new(
  :membership_id,
  :membership_arn,
  :collaboration_arn,
  :collaboration_id,
  :create_time,
  :update_time,
  :id,
  :arn,
  :input_reference_config,
  :name,
  :description,
  :input_reference_properties)
  SENSITIVE = []
  include Aws::Structure
end