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.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def container_association_arn @container_association_arn end |
#container_association_name ⇒ ::String
Returns the value of attribute container_association_name.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def container_association_name @container_association_name end |
#container_monitoring_configurations ⇒ ::Array[Types::ContainerMonitoringConfiguration]
Returns the value of attribute container_monitoring_configurations.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def container_monitoring_configurations @container_monitoring_configurations end |
#description ⇒ ::String
Returns the value of attribute description.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def description @description end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def @tags end |
#type ⇒ "ECS", "EKS"
Returns the value of attribute type.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def type @type end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def update_token @update_token end |