Class: Aws::Types::CreateApplicationStatusCheckRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationStatusCheckRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation ⇒ "included", "excluded"
Returns the value of attribute aggregation.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#failure_threshold ⇒ ::Integer
Returns the value of attribute failure_threshold.
-
#health_check_paths ⇒ ::Array[Types::HealthCheckPathRequestObject]
Returns the value of attribute health_check_paths.
-
#initialization_grace_period_seconds ⇒ ::Integer
Returns the value of attribute initialization_grace_period_seconds.
-
#interval ⇒ ::Integer
Returns the value of attribute interval.
-
#ip_scope ⇒ "private"
Returns the value of attribute ip_scope.
-
#ip_version ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_version.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#protocol ⇒ "http", "https"
Returns the value of attribute protocol.
-
#status_code_matcher ⇒ ::String
Returns the value of attribute status_code_matcher.
-
#success_threshold ⇒ ::Integer
Returns the value of attribute success_threshold.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
Instance Attribute Details
#aggregation ⇒ "included", "excluded"
Returns the value of attribute aggregation.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def aggregation @aggregation end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def device_index @device_index end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
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.
2138 2139 2140 |
# File 'sig/types.rbs', line 2138 def interval @interval end |
#ip_scope ⇒ "private"
Returns the value of attribute ip_scope.
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.
2136 2137 2138 |
# File 'sig/types.rbs', line 2136 def ip_version @ip_version end |
#path ⇒ ::String
Returns the value of attribute path.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def path @path end |
#port ⇒ ::Integer
Returns the value of attribute port.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def port @port end |
#protocol ⇒ "http", "https"
Returns the value of attribute protocol.
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.
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.
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.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def tag_specifications @tag_specifications end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def timeout @timeout end |