Class: Aws::Types::CreateContainerAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateContainerAssociationResponse
- 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.
189 190 191 |
# File 'sig/types.rbs', line 189 def container_association_arn @container_association_arn end |
#container_association_name ⇒ ::String
Returns the value of attribute container_association_name.
188 189 190 |
# File 'sig/types.rbs', line 188 def container_association_name @container_association_name end |
#container_monitoring_configurations ⇒ ::Array[Types::ContainerMonitoringConfiguration]
Returns the value of attribute container_monitoring_configurations.
192 193 194 |
# File 'sig/types.rbs', line 192 def container_monitoring_configurations @container_monitoring_configurations end |
#description ⇒ ::String
Returns the value of attribute description.
190 191 192 |
# File 'sig/types.rbs', line 190 def description @description end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
193 194 195 |
# File 'sig/types.rbs', line 193 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
194 195 196 |
# File 'sig/types.rbs', line 194 def @tags end |
#type ⇒ "ECS", "EKS"
Returns the value of attribute type.
191 192 193 |
# File 'sig/types.rbs', line 191 def type @type end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
195 196 197 |
# File 'sig/types.rbs', line 195 def update_token @update_token end |