Class: Aws::Types::GetCollaborationConfiguredModelAlgorithmAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCollaborationConfiguredModelAlgorithmAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
525 526 527 |
# File 'sig/types.rbs', line 525 def collaboration_identifier @collaboration_identifier end |
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
524 525 526 |
# File 'sig/types.rbs', line 524 def configured_model_algorithm_association_arn @configured_model_algorithm_association_arn end |