Class: Aws::Types::EventStreamDestinationDetails
- Inherits:
-
Object
- Object
- Aws::Types::EventStreamDestinationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#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
#message ⇒ ::String
Returns the value of attribute message.
892 893 894 |
# File 'sig/types.rbs', line 892 def @message end |
#status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute status.
890 891 892 |
# File 'sig/types.rbs', line 890 def status @status end |
#unhealthy_since ⇒ ::Time
Returns the value of attribute unhealthy_since.
891 892 893 |
# File 'sig/types.rbs', line 891 def unhealthy_since @unhealthy_since end |
#uri ⇒ ::String
Returns the value of attribute uri.
889 890 891 |
# File 'sig/types.rbs', line 889 def uri @uri end |