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.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def container_association_arn @container_association_arn end |
#container_association_name ⇒ ::String
Returns the value of attribute container_association_name.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def container_association_name @container_association_name end |
#container_monitoring_configurations ⇒ ::Array[Types::ContainerMonitoringConfiguration]
Returns the value of attribute container_monitoring_configurations.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def container_monitoring_configurations @container_monitoring_configurations end |
#description ⇒ ::String
Returns the value of attribute description.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def description @description end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def @tags end |
#type ⇒ "ECS", "EKS"
Returns the value of attribute type.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def type @type end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def update_token @update_token end |