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.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def aggregation @aggregation end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def device_index @device_index end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
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.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def interval @interval end |
#ip_scope ⇒ "private"
Returns the value of attribute ip_scope.
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.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def ip_version @ip_version end |
#path ⇒ ::String
Returns the value of attribute path.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def path @path end |
#port ⇒ ::Integer
Returns the value of attribute port.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def port @port end |
#protocol ⇒ "http", "https"
Returns the value of attribute protocol.
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.
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.
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.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def tag_specifications @tag_specifications end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def timeout @timeout end |