Class: Aws::Types::Channel
- Inherits:
-
Object
- Object
- Aws::Types::Channel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_publishers ⇒ ::Array[("AnomalyDetection")]
Returns the value of attribute event_publishers.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#event_publishers ⇒ ::Array[("AnomalyDetection")]
Returns the value of attribute event_publishers.
76 77 78 |
# File 'sig/types.rbs', line 76 def event_publishers @event_publishers end |
#id ⇒ ::String
Returns the value of attribute id.
77 78 79 |
# File 'sig/types.rbs', line 77 def id @id end |
#uri ⇒ ::String
Returns the value of attribute uri.
78 79 80 |
# File 'sig/types.rbs', line 78 def uri @uri end |