Class: Aws::CleanRoomsML::Types::GetConfiguredModelAlgorithmAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetConfiguredModelAlgorithmAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_model_algorithm_association_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm association that you want to return information about.
-
#membership_identifier ⇒ String
The membership ID of the member that created the configured model algorithm association.
Instance Attribute Details
#configured_model_algorithm_association_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm association that you want to return information about.
2486 2487 2488 2489 2490 2491 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2486 class GetConfiguredModelAlgorithmAssociationRequest < Struct.new( :configured_model_algorithm_association_arn, :membership_identifier) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The membership ID of the member that created the configured model algorithm association.
2486 2487 2488 2489 2490 2491 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2486 class GetConfiguredModelAlgorithmAssociationRequest < Struct.new( :configured_model_algorithm_association_arn, :membership_identifier) SENSITIVE = [] include Aws::Structure end |