Class: Aws::Types::CreateContainerAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContainerAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#container_association_name ⇒ ::String
Returns the value of attribute container_association_name.
179 180 181 |
# File 'sig/types.rbs', line 179 def container_association_name @container_association_name end |
#container_monitoring_configurations ⇒ ::Array[Types::ContainerMonitoringConfiguration]
Returns the value of attribute container_monitoring_configurations.
182 183 184 |
# File 'sig/types.rbs', line 182 def container_monitoring_configurations @container_monitoring_configurations end |
#description ⇒ ::String
Returns the value of attribute description.
180 181 182 |
# File 'sig/types.rbs', line 180 def description @description end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
183 184 185 |
# File 'sig/types.rbs', line 183 def @tags end |
#type ⇒ "ECS", "EKS"
Returns the value of attribute type.
181 182 183 |
# File 'sig/types.rbs', line 181 def type @type end |