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


13819
13820
13821
# File 'sig/types.rbs', line 13819

def aggregation
  @aggregation
end

#application_status_check_id::String

Returns the value of attribute application_status_check_id.

Returns:

  • (::String)


13818
13819
13820
# File 'sig/types.rbs', line 13818

def application_status_check_id
  @application_status_check_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


13833
13834
13835
# File 'sig/types.rbs', line 13833

def client_token
  @client_token
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


13824
13825
13826
# File 'sig/types.rbs', line 13824

def device_index
  @device_index
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13834
13835
13836
# File 'sig/types.rbs', line 13834

def dry_run
  @dry_run
end

#failure_threshold::Integer

Returns the value of attribute failure_threshold.

Returns:

  • (::Integer)


13829
13830
13831
# File 'sig/types.rbs', line 13829

def failure_threshold
  @failure_threshold
end

#health_check_paths::Array[Types::HealthCheckPathRequestObject]

Returns the value of attribute health_check_paths.



13820
13821
13822
# File 'sig/types.rbs', line 13820

def health_check_paths
  @health_check_paths
end

#initialization_grace_period_seconds::Integer

Returns the value of attribute initialization_grace_period_seconds.

Returns:

  • (::Integer)


13832
13833
13834
# File 'sig/types.rbs', line 13832

def initialization_grace_period_seconds
  @initialization_grace_period_seconds
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


13827
13828
13829
# File 'sig/types.rbs', line 13827

def interval
  @interval
end

#ip_scope"private"

Returns the value of attribute ip_scope.

Returns:

  • ("private")


13826
13827
13828
# File 'sig/types.rbs', line 13826

def ip_scope
  @ip_scope
end

#ip_version"ipv4", "ipv6"

Returns the value of attribute ip_version.

Returns:

  • ("ipv4", "ipv6")


13825
13826
13827
# File 'sig/types.rbs', line 13825

def ip_version
  @ip_version
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


13823
13824
13825
# File 'sig/types.rbs', line 13823

def path
  @path
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


13822
13823
13824
# File 'sig/types.rbs', line 13822

def port
  @port
end

#protocol"http", "https"

Returns the value of attribute protocol.

Returns:

  • ("http", "https")


13821
13822
13823
# File 'sig/types.rbs', line 13821

def protocol
  @protocol
end

#status_code_matcher::String

Returns the value of attribute status_code_matcher.

Returns:

  • (::String)


13831
13832
13833
# File 'sig/types.rbs', line 13831

def status_code_matcher
  @status_code_matcher
end

#success_threshold::Integer

Returns the value of attribute success_threshold.

Returns:

  • (::Integer)


13830
13831
13832
# File 'sig/types.rbs', line 13830

def success_threshold
  @success_threshold
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


13828
13829
13830
# File 'sig/types.rbs', line 13828

def timeout
  @timeout
end