Class: Aws::Types::ApplicationStatusCheckResponseObject
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationStatusCheckResponseObject
- 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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deletion_time ⇒ ::Time
Returns the value of attribute deletion_time.
-
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
-
#failure_threshold ⇒ ::Integer
Returns the value of attribute failure_threshold.
-
#health_check_paths ⇒ ::Array[Types::HealthCheckPathResponseObject]
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.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#modify_time ⇒ ::Time
Returns the value of attribute modify_time.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_tag_associations ⇒ ::Array[Types::CustomTagKeyValueResponsePair]
Returns the value of attribute target_tag_associations.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
Instance Attribute Details
#aggregation ⇒ "included", "excluded"
Returns the value of attribute aggregation.
469 470 471 |
# File 'sig/types.rbs', line 469 def aggregation @aggregation end |
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
468 469 470 |
# File 'sig/types.rbs', line 468 def application_status_check_id @application_status_check_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
486 487 488 |
# File 'sig/types.rbs', line 486 def creation_time @creation_time end |
#deletion_time ⇒ ::Time
Returns the value of attribute deletion_time.
488 489 490 |
# File 'sig/types.rbs', line 488 def deletion_time @deletion_time end |
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
474 475 476 |
# File 'sig/types.rbs', line 474 def device_index @device_index end |
#failure_threshold ⇒ ::Integer
Returns the value of attribute failure_threshold.
479 480 481 |
# File 'sig/types.rbs', line 479 def failure_threshold @failure_threshold end |
#health_check_paths ⇒ ::Array[Types::HealthCheckPathResponseObject]
Returns the value of attribute health_check_paths.
470 471 472 |
# File 'sig/types.rbs', line 470 def health_check_paths @health_check_paths end |
#initialization_grace_period_seconds ⇒ ::Integer
Returns the value of attribute initialization_grace_period_seconds.
482 483 484 |
# File 'sig/types.rbs', line 482 def initialization_grace_period_seconds @initialization_grace_period_seconds end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
477 478 479 |
# File 'sig/types.rbs', line 477 def interval @interval end |
#ip_scope ⇒ "private"
Returns the value of attribute ip_scope.
476 477 478 |
# File 'sig/types.rbs', line 476 def ip_scope @ip_scope end |
#ip_version ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_version.
475 476 477 |
# File 'sig/types.rbs', line 475 def ip_version @ip_version end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
483 484 485 |
# File 'sig/types.rbs', line 483 def last_updated_at @last_updated_at end |
#modify_time ⇒ ::Time
Returns the value of attribute modify_time.
487 488 489 |
# File 'sig/types.rbs', line 487 def modify_time @modify_time end |
#path ⇒ ::String
Returns the value of attribute path.
473 474 475 |
# File 'sig/types.rbs', line 473 def path @path end |
#port ⇒ ::Integer
Returns the value of attribute port.
472 473 474 |
# File 'sig/types.rbs', line 472 def port @port end |
#protocol ⇒ "http", "https"
Returns the value of attribute protocol.
471 472 473 |
# File 'sig/types.rbs', line 471 def protocol @protocol end |
#status_code_matcher ⇒ ::String
Returns the value of attribute status_code_matcher.
481 482 483 |
# File 'sig/types.rbs', line 481 def status_code_matcher @status_code_matcher end |
#success_threshold ⇒ ::Integer
Returns the value of attribute success_threshold.
480 481 482 |
# File 'sig/types.rbs', line 480 def success_threshold @success_threshold end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
485 486 487 |
# File 'sig/types.rbs', line 485 def @tags end |
#target_tag_associations ⇒ ::Array[Types::CustomTagKeyValueResponsePair]
Returns the value of attribute target_tag_associations.
484 485 486 |
# File 'sig/types.rbs', line 484 def target_tag_associations @target_tag_associations end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
478 479 480 |
# File 'sig/types.rbs', line 478 def timeout @timeout end |