Class: Aws::Types::EndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::EndpointRequest
- 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.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def container_name @container_name end |
#container_port ⇒ ::Integer
Returns the value of attribute container_port.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def container_port @container_port end |
#health_check ⇒ Types::ContainerServiceHealthCheckConfig
Returns the value of attribute health_check.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def health_check @health_check end |