Class: Aws::Types::UpdateContainerAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContainerAssociationResponse
- 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.
-
#container_monitoring_configurations ⇒ ::Array[Types::ContainerMonitoringConfiguration]
Returns the value of attribute container_monitoring_configurations.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "ECS", "EKS"
Returns the value of attribute type.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#container_association_arn ⇒ ::String
Returns the value of attribute container_association_arn.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def container_association_arn @container_association_arn end |
#container_association_name ⇒ ::String
Returns the value of attribute container_association_name.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def container_association_name @container_association_name end |
#container_monitoring_configurations ⇒ ::Array[Types::ContainerMonitoringConfiguration]
Returns the value of attribute container_monitoring_configurations.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def container_monitoring_configurations @container_monitoring_configurations end |
#description ⇒ ::String
Returns the value of attribute description.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def description @description end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def @tags end |
#type ⇒ "ECS", "EKS"
Returns the value of attribute type.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def type @type end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def update_token @update_token end |