Class: Aws::Types::UpdateChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#destinations ⇒ ::Array[Types::Destination]
Returns the value of attribute destinations.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def channel_arn @channel_arn end |
#destinations ⇒ ::Array[Types::Destination]
Returns the value of attribute destinations.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def destinations @destinations end |
#name ⇒ ::String
Returns the value of attribute name.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def name @name end |
#source ⇒ ::String
Returns the value of attribute source.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def source @source end |