Class: Aws::Types::Channel
- Inherits:
-
Object
- Object
- Aws::Types::Channel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
76 77 78 |
# File 'sig/types.rbs', line 76 def channel_arn @channel_arn end |
#name ⇒ ::String
Returns the value of attribute name.
77 78 79 |
# File 'sig/types.rbs', line 77 def name @name end |