Class: Aws::Types::ContainerServiceEndpoint

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


451
452
453
# File 'sig/types.rbs', line 451

def container_port
  @container_port
end

#health_checkTypes::ContainerServiceHealthCheckConfig

Returns the value of attribute health_check.



452
453
454
# File 'sig/types.rbs', line 452

def health_check
  @health_check
end