Class: Aws::Types::ModifyApplicationStatusCheckRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyApplicationStatusCheckRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation ⇒ "included", "excluded"
Returns the value of attribute aggregation.
-
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
-
#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.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
Instance Attribute Details
#aggregation ⇒ "included", "excluded"
Returns the value of attribute aggregation.
13498 13499 13500 |
# File 'sig/types.rbs', line 13498 def aggregation @aggregation end |
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
13497 13498 13499 |
# File 'sig/types.rbs', line 13497 def application_status_check_id @application_status_check_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
13512 13513 13514 |
# File 'sig/types.rbs', line 13512 def client_token @client_token end |
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
13503 13504 13505 |
# File 'sig/types.rbs', line 13503 def device_index @device_index end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13513 13514 13515 |
# File 'sig/types.rbs', line 13513 def dry_run @dry_run end |
#failure_threshold ⇒ ::Integer
Returns the value of attribute failure_threshold.
13508 13509 13510 |
# File 'sig/types.rbs', line 13508 def failure_threshold @failure_threshold end |
#health_check_paths ⇒ ::Array[Types::HealthCheckPathRequestObject]
Returns the value of attribute health_check_paths.
13499 13500 13501 |
# File 'sig/types.rbs', line 13499 def health_check_paths @health_check_paths end |
#initialization_grace_period_seconds ⇒ ::Integer
Returns the value of attribute initialization_grace_period_seconds.
13511 13512 13513 |
# File 'sig/types.rbs', line 13511 def initialization_grace_period_seconds @initialization_grace_period_seconds end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
13506 13507 13508 |
# File 'sig/types.rbs', line 13506 def interval @interval end |
#ip_scope ⇒ "private"
Returns the value of attribute ip_scope.
13505 13506 13507 |
# File 'sig/types.rbs', line 13505 def ip_scope @ip_scope end |
#ip_version ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_version.
13504 13505 13506 |
# File 'sig/types.rbs', line 13504 def ip_version @ip_version end |
#path ⇒ ::String
Returns the value of attribute path.
13502 13503 13504 |
# File 'sig/types.rbs', line 13502 def path @path end |
#port ⇒ ::Integer
Returns the value of attribute port.
13501 13502 13503 |
# File 'sig/types.rbs', line 13501 def port @port end |
#protocol ⇒ "http", "https"
Returns the value of attribute protocol.
13500 13501 13502 |
# File 'sig/types.rbs', line 13500 def protocol @protocol end |
#status_code_matcher ⇒ ::String
Returns the value of attribute status_code_matcher.
13510 13511 13512 |
# File 'sig/types.rbs', line 13510 def status_code_matcher @status_code_matcher end |
#success_threshold ⇒ ::Integer
Returns the value of attribute success_threshold.
13509 13510 13511 |
# File 'sig/types.rbs', line 13509 def success_threshold @success_threshold end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
13507 13508 13509 |
# File 'sig/types.rbs', line 13507 def timeout @timeout end |