Class: Aws::Types::HealthCheck

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])


1338
1339
1340
# File 'sig/types.rbs', line 1338

def command
  @command
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def interval
  @interval
end

#retries::Integer

Returns the value of attribute retries.

Returns:

  • (::Integer)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def retries
  @retries
end

#start_period::Integer

Returns the value of attribute start_period.

Returns:

  • (::Integer)


1342
1343
1344
# File 'sig/types.rbs', line 1342

def start_period
  @start_period
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def timeout
  @timeout
end