Class: Aws::Types::ECSService
- Inherits:
-
Object
- Object
- Aws::Types::ECSService
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
494 495 496 |
# File 'sig/types.rbs', line 494 def cluster_name @cluster_name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
493 494 495 |
# File 'sig/types.rbs', line 493 def service_name @service_name end |