Class: Aws::Types::UpdateContainerAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContainerAssociationRequest
- 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.
-
#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.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def container_association_arn @container_association_arn end |
#container_association_name ⇒ ::String
Returns the value of attribute container_association_name.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def container_association_name @container_association_name end |
#container_monitoring_configurations ⇒ ::Array[Types::ContainerMonitoringConfiguration]
Returns the value of attribute container_monitoring_configurations.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def container_monitoring_configurations @container_monitoring_configurations end |
#description ⇒ ::String
Returns the value of attribute description.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def description @description end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def @tags end |
#type ⇒ "ECS", "EKS"
Returns the value of attribute type.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def type @type end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def update_token @update_token end |