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.
375 376 377 |
# File 'sig/types.rbs', line 375 def container_association_arn @container_association_arn end |
#container_association_name ⇒ ::String
Returns the value of attribute container_association_name.
374 375 376 |
# File 'sig/types.rbs', line 374 def container_association_name @container_association_name end |