Class: Aws::Types::ContainerHealthCheck

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#command::Array[::String]

Returns the value of attribute command.

Returns:

  • (::Array[::String])


196
197
198
# File 'sig/types.rbs', line 196

def command
  @command
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


197
198
199
# File 'sig/types.rbs', line 197

def interval
  @interval
end

#retries::Integer

Returns the value of attribute retries.

Returns:

  • (::Integer)


198
199
200
# File 'sig/types.rbs', line 198

def retries
  @retries
end

#start_period::Integer

Returns the value of attribute start_period.

Returns:

  • (::Integer)


199
200
201
# File 'sig/types.rbs', line 199

def start_period
  @start_period
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


200
201
202
# File 'sig/types.rbs', line 200

def timeout
  @timeout
end