Class: Aws::Types::DeleteConfiguredModelAlgorithmAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteConfiguredModelAlgorithmAssociationRequest
- 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.
440 441 442 |
# File 'sig/types.rbs', line 440 def configured_model_algorithm_association_arn @configured_model_algorithm_association_arn end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
441 442 443 |
# File 'sig/types.rbs', line 441 def membership_identifier @membership_identifier end |