Class: Aws::CleanRoomsML::Types::GetCollaborationConfiguredModelAlgorithmAssociationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_identifierString

The collaboration ID for the collaboration that contains the configured model algorithm association that you want to return information about.

Returns:

  • (String)


2162
2163
2164
2165
2166
2167
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2162

class GetCollaborationConfiguredModelAlgorithmAssociationRequest < Struct.new(
  :configured_model_algorithm_association_arn,
  :collaboration_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#configured_model_algorithm_association_arnString

The Amazon Resource Name (ARN) of the configured model algorithm association that you want to return information about.

Returns:

  • (String)


2162
2163
2164
2165
2166
2167
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2162

class GetCollaborationConfiguredModelAlgorithmAssociationRequest < Struct.new(
  :configured_model_algorithm_association_arn,
  :collaboration_identifier)
  SENSITIVE = []
  include Aws::Structure
end