Class: Aws::Types::UpdateChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ ::String
Returns the value of attribute channel.
-
#destinations ⇒ ::Array[Types::Destination]
Returns the value of attribute destinations.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#channel ⇒ ::String
Returns the value of attribute channel.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def channel @channel end |
#destinations ⇒ ::Array[Types::Destination]
Returns the value of attribute destinations.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def destinations @destinations end |
#name ⇒ ::String
Returns the value of attribute name.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def name @name end |