Class: Aws::Types::UpdateContainerAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContainerAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#container_instance ⇒ ::String
Returns the value of attribute container_instance.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
2862 2863 2864 |
# File 'sig/types.rbs', line 2862 def cluster @cluster end |
#container_instance ⇒ ::String
Returns the value of attribute container_instance.
2863 2864 2865 |
# File 'sig/types.rbs', line 2863 def container_instance @container_instance end |