Class: Aws::Types::ModifyApplicationStatusCheckRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation"included", "excluded"

Returns the value of attribute aggregation.

Returns:

  • ("included", "excluded")


13498
13499
13500
# File 'sig/types.rbs', line 13498

def aggregation
  @aggregation
end

#application_status_check_id::String

Returns the value of attribute application_status_check_id.

Returns:

  • (::String)


13497
13498
13499
# File 'sig/types.rbs', line 13497

def application_status_check_id
  @application_status_check_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


13512
13513
13514
# File 'sig/types.rbs', line 13512

def client_token
  @client_token
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


13503
13504
13505
# File 'sig/types.rbs', line 13503

def device_index
  @device_index
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13513
13514
13515
# File 'sig/types.rbs', line 13513

def dry_run
  @dry_run
end

#failure_threshold::Integer

Returns the value of attribute failure_threshold.

Returns:

  • (::Integer)


13508
13509
13510
# File 'sig/types.rbs', line 13508

def failure_threshold
  @failure_threshold
end

#health_check_paths::Array[Types::HealthCheckPathRequestObject]

Returns the value of attribute health_check_paths.



13499
13500
13501
# File 'sig/types.rbs', line 13499

def health_check_paths
  @health_check_paths
end

#initialization_grace_period_seconds::Integer

Returns the value of attribute initialization_grace_period_seconds.

Returns:

  • (::Integer)


13511
13512
13513
# File 'sig/types.rbs', line 13511

def initialization_grace_period_seconds
  @initialization_grace_period_seconds
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


13506
13507
13508
# File 'sig/types.rbs', line 13506

def interval
  @interval
end

#ip_scope"private"

Returns the value of attribute ip_scope.

Returns:

  • ("private")


13505
13506
13507
# File 'sig/types.rbs', line 13505

def ip_scope
  @ip_scope
end

#ip_version"ipv4", "ipv6"

Returns the value of attribute ip_version.

Returns:

  • ("ipv4", "ipv6")


13504
13505
13506
# File 'sig/types.rbs', line 13504

def ip_version
  @ip_version
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


13502
13503
13504
# File 'sig/types.rbs', line 13502

def path
  @path
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


13501
13502
13503
# File 'sig/types.rbs', line 13501

def port
  @port
end

#protocol"http", "https"

Returns the value of attribute protocol.

Returns:

  • ("http", "https")


13500
13501
13502
# File 'sig/types.rbs', line 13500

def protocol
  @protocol
end

#status_code_matcher::String

Returns the value of attribute status_code_matcher.

Returns:

  • (::String)


13510
13511
13512
# File 'sig/types.rbs', line 13510

def status_code_matcher
  @status_code_matcher
end

#success_threshold::Integer

Returns the value of attribute success_threshold.

Returns:

  • (::Integer)


13509
13510
13511
# File 'sig/types.rbs', line 13509

def success_threshold
  @success_threshold
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


13507
13508
13509
# File 'sig/types.rbs', line 13507

def timeout
  @timeout
end