Class: Aws::Types::CreateApplicationStatusCheckRequest

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


2131
2132
2133
# File 'sig/types.rbs', line 2131

def aggregation
  @aggregation
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2145
2146
2147
# File 'sig/types.rbs', line 2145

def client_token
  @client_token
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


2135
2136
2137
# File 'sig/types.rbs', line 2135

def device_index
  @device_index
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2146
2147
2148
# File 'sig/types.rbs', line 2146

def dry_run
  @dry_run
end

#failure_threshold::Integer

Returns the value of attribute failure_threshold.

Returns:

  • (::Integer)


2140
2141
2142
# File 'sig/types.rbs', line 2140

def failure_threshold
  @failure_threshold
end

#health_check_paths::Array[Types::HealthCheckPathRequestObject]

Returns the value of attribute health_check_paths.



2130
2131
2132
# File 'sig/types.rbs', line 2130

def health_check_paths
  @health_check_paths
end

#initialization_grace_period_seconds::Integer

Returns the value of attribute initialization_grace_period_seconds.

Returns:

  • (::Integer)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def initialization_grace_period_seconds
  @initialization_grace_period_seconds
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


2138
2139
2140
# File 'sig/types.rbs', line 2138

def interval
  @interval
end

#ip_scope"private"

Returns the value of attribute ip_scope.

Returns:

  • ("private")


2137
2138
2139
# File 'sig/types.rbs', line 2137

def ip_scope
  @ip_scope
end

#ip_version"ipv4", "ipv6"

Returns the value of attribute ip_version.

Returns:

  • ("ipv4", "ipv6")


2136
2137
2138
# File 'sig/types.rbs', line 2136

def ip_version
  @ip_version
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


2134
2135
2136
# File 'sig/types.rbs', line 2134

def path
  @path
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


2133
2134
2135
# File 'sig/types.rbs', line 2133

def port
  @port
end

#protocol"http", "https"

Returns the value of attribute protocol.

Returns:

  • ("http", "https")


2132
2133
2134
# File 'sig/types.rbs', line 2132

def protocol
  @protocol
end

#status_code_matcher::String

Returns the value of attribute status_code_matcher.

Returns:

  • (::String)


2142
2143
2144
# File 'sig/types.rbs', line 2142

def status_code_matcher
  @status_code_matcher
end

#success_threshold::Integer

Returns the value of attribute success_threshold.

Returns:

  • (::Integer)


2141
2142
2143
# File 'sig/types.rbs', line 2141

def success_threshold
  @success_threshold
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2144
2145
2146
# File 'sig/types.rbs', line 2144

def tag_specifications
  @tag_specifications
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


2139
2140
2141
# File 'sig/types.rbs', line 2139

def timeout
  @timeout
end