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.
13819 13820 13821 |
# File 'sig/types.rbs', line 13819 def aggregation @aggregation end |
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
13818 13819 13820 |
# File 'sig/types.rbs', line 13818 def application_status_check_id @application_status_check_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
13833 13834 13835 |
# File 'sig/types.rbs', line 13833 def client_token @client_token end |
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
13824 13825 13826 |
# File 'sig/types.rbs', line 13824 def device_index @device_index end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13834 13835 13836 |
# File 'sig/types.rbs', line 13834 def dry_run @dry_run end |
#failure_threshold ⇒ ::Integer
Returns the value of attribute failure_threshold.
13829 13830 13831 |
# File 'sig/types.rbs', line 13829 def failure_threshold @failure_threshold end |
#health_check_paths ⇒ ::Array[Types::HealthCheckPathRequestObject]
Returns the value of attribute health_check_paths.
13820 13821 13822 |
# File 'sig/types.rbs', line 13820 def health_check_paths @health_check_paths end |
#initialization_grace_period_seconds ⇒ ::Integer
Returns the value of attribute initialization_grace_period_seconds.
13832 13833 13834 |
# File 'sig/types.rbs', line 13832 def initialization_grace_period_seconds @initialization_grace_period_seconds end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
13827 13828 13829 |
# File 'sig/types.rbs', line 13827 def interval @interval end |
#ip_scope ⇒ "private"
Returns the value of attribute ip_scope.
13826 13827 13828 |
# File 'sig/types.rbs', line 13826 def ip_scope @ip_scope end |
#ip_version ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_version.
13825 13826 13827 |
# File 'sig/types.rbs', line 13825 def ip_version @ip_version end |
#path ⇒ ::String
Returns the value of attribute path.
13823 13824 13825 |
# File 'sig/types.rbs', line 13823 def path @path end |
#port ⇒ ::Integer
Returns the value of attribute port.
13822 13823 13824 |
# File 'sig/types.rbs', line 13822 def port @port end |
#protocol ⇒ "http", "https"
Returns the value of attribute protocol.
13821 13822 13823 |
# File 'sig/types.rbs', line 13821 def protocol @protocol end |
#status_code_matcher ⇒ ::String
Returns the value of attribute status_code_matcher.
13831 13832 13833 |
# File 'sig/types.rbs', line 13831 def status_code_matcher @status_code_matcher end |
#success_threshold ⇒ ::Integer
Returns the value of attribute success_threshold.
13830 13831 13832 |
# File 'sig/types.rbs', line 13830 def success_threshold @success_threshold end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
13828 13829 13830 |
# File 'sig/types.rbs', line 13828 def timeout @timeout end |