Class: Aws::Types::ApplicationStatusCheckAssociationObject
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationStatusCheckAssociationObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
-
#association_type ⇒ "tag", "instance-id"
Returns the value of attribute association_type.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
460 461 462 |
# File 'sig/types.rbs', line 460 def application_status_check_id @application_status_check_id end |
#association_type ⇒ "tag", "instance-id"
Returns the value of attribute association_type.
461 462 463 |
# File 'sig/types.rbs', line 461 def association_type @association_type end |
#key ⇒ ::String
Returns the value of attribute key.
462 463 464 |
# File 'sig/types.rbs', line 462 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
463 464 465 |
# File 'sig/types.rbs', line 463 def value @value end |