Class: Aws::Types::CreateChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelResponse
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
129 130 131 |
# File 'sig/types.rbs', line 129 def channel_arn @channel_arn end |
#destinations ⇒ ::Array[Types::Destination]
Returns the value of attribute destinations.
132 133 134 |
# File 'sig/types.rbs', line 132 def destinations @destinations end |
#name ⇒ ::String
Returns the value of attribute name.
130 131 132 |
# File 'sig/types.rbs', line 130 def name @name end |
#source ⇒ ::String
Returns the value of attribute source.
131 132 133 |
# File 'sig/types.rbs', line 131 def source @source end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
133 134 135 |
# File 'sig/types.rbs', line 133 def @tags end |