Class: Aws::Types::ContainerServiceEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::ContainerServiceEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
-
#health_check ⇒ Types::ContainerServiceHealthCheckConfig
Returns the value of attribute health_check.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
450 451 452 |
# File 'sig/types.rbs', line 450 def container_name @container_name end |
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
451 452 453 |
# File 'sig/types.rbs', line 451 def container_port @container_port end |
#health_check ⇒ Types::ContainerServiceHealthCheckConfig
Returns the value of attribute health_check.
452 453 454 |
# File 'sig/types.rbs', line 452 def health_check @health_check end |