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:



1354
1355
1356
# File 'sig/types.rbs', line 1354

def command
  @command
end

#interval::Integer

Returns the value of attribute interval.

Returns:



1355
1356
1357
# File 'sig/types.rbs', line 1355

def interval
  @interval
end

#retries::Integer

Returns the value of attribute retries.

Returns:



1357
1358
1359
# File 'sig/types.rbs', line 1357

def retries
  @retries
end

#start_period::Integer

Returns the value of attribute start_period.

Returns:



1358
1359
1360
# File 'sig/types.rbs', line 1358

def start_period
  @start_period
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:



1356
1357
1358
# File 'sig/types.rbs', line 1356

def timeout
  @timeout
end