Class: Aws::Types::DescribeContainerAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeContainerAssociationRequest
- 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.
514 515 516 |
# File 'sig/types.rbs', line 514 def container_association_arn @container_association_arn end |
#container_association_name ⇒ ::String
Returns the value of attribute container_association_name.
513 514 515 |
# File 'sig/types.rbs', line 513 def container_association_name @container_association_name end |