Class: Aws::Types::DestinationSummary
- Inherits:
-
Object
- Object
- Aws::Types::DestinationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute status.
-
#unhealthy_since ⇒ ::Time
Returns the value of attribute unhealthy_since.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute status.
791 792 793 |
# File 'sig/types.rbs', line 791 def status @status end |
#unhealthy_since ⇒ ::Time
Returns the value of attribute unhealthy_since.
792 793 794 |
# File 'sig/types.rbs', line 792 def unhealthy_since @unhealthy_since end |
#uri ⇒ ::String
Returns the value of attribute uri.
790 791 792 |
# File 'sig/types.rbs', line 790 def uri @uri end |