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


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

def aggregation
  @aggregation
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2161
2162
2163
# File 'sig/types.rbs', line 2161

def client_token
  @client_token
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


2151
2152
2153
# File 'sig/types.rbs', line 2151

def device_index
  @device_index
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2162
2163
2164
# File 'sig/types.rbs', line 2162

def dry_run
  @dry_run
end

#failure_threshold::Integer

Returns the value of attribute failure_threshold.

Returns:

  • (::Integer)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def failure_threshold
  @failure_threshold
end

#health_check_paths::Array[Types::HealthCheckPathRequestObject]

Returns the value of attribute health_check_paths.



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

def health_check_paths
  @health_check_paths
end

#initialization_grace_period_seconds::Integer

Returns the value of attribute initialization_grace_period_seconds.

Returns:

  • (::Integer)


2159
2160
2161
# File 'sig/types.rbs', line 2159

def initialization_grace_period_seconds
  @initialization_grace_period_seconds
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


2154
2155
2156
# File 'sig/types.rbs', line 2154

def interval
  @interval
end

#ip_scope"private"

Returns the value of attribute ip_scope.

Returns:

  • ("private")


2153
2154
2155
# File 'sig/types.rbs', line 2153

def ip_scope
  @ip_scope
end

#ip_version"ipv4", "ipv6"

Returns the value of attribute ip_version.

Returns:

  • ("ipv4", "ipv6")


2152
2153
2154
# File 'sig/types.rbs', line 2152

def ip_version
  @ip_version
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


2150
2151
2152
# File 'sig/types.rbs', line 2150

def path
  @path
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


2149
2150
2151
# File 'sig/types.rbs', line 2149

def port
  @port
end

#protocol"http", "https"

Returns the value of attribute protocol.

Returns:

  • ("http", "https")


2148
2149
2150
# File 'sig/types.rbs', line 2148

def protocol
  @protocol
end

#status_code_matcher::String

Returns the value of attribute status_code_matcher.

Returns:

  • (::String)


2158
2159
2160
# File 'sig/types.rbs', line 2158

def status_code_matcher
  @status_code_matcher
end

#success_threshold::Integer

Returns the value of attribute success_threshold.

Returns:

  • (::Integer)


2157
2158
2159
# File 'sig/types.rbs', line 2157

def success_threshold
  @success_threshold
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2160
2161
2162
# File 'sig/types.rbs', line 2160

def tag_specifications
  @tag_specifications
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


2155
2156
2157
# File 'sig/types.rbs', line 2155

def timeout
  @timeout
end