Class: Aws::Types::DeleteContainerAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteContainerAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_association_arn ⇒ ::String
Returns the value of attribute container_association_arn.
-
#container_association_name ⇒ ::String
Returns the value of attribute container_association_name.
Instance Attribute Details
#container_association_arn ⇒ ::String
Returns the value of attribute container_association_arn.
380 381 382 |
# File 'sig/types.rbs', line 380 def container_association_arn @container_association_arn end |
#container_association_name ⇒ ::String
Returns the value of attribute container_association_name.
379 380 381 |
# File 'sig/types.rbs', line 379 def container_association_name @container_association_name end |