Class: Aws::Types::GetConfiguredModelAlgorithmAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetConfiguredModelAlgorithmAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
Instance Attribute Details
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
637 638 639 |
# File 'sig/types.rbs', line 637 def configured_model_algorithm_association_arn @configured_model_algorithm_association_arn end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
638 639 640 |
# File 'sig/types.rbs', line 638 def membership_identifier @membership_identifier end |