Class: Aws::Types::CreateChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#destinations ⇒ ::Array[Types::Destination]
Returns the value of attribute destinations.
123 124 125 |
# File 'sig/types.rbs', line 123 def destinations @destinations end |
#name ⇒ ::String
Returns the value of attribute name.
121 122 123 |
# File 'sig/types.rbs', line 121 def name @name end |
#source ⇒ ::String
Returns the value of attribute source.
122 123 124 |
# File 'sig/types.rbs', line 122 def source @source end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
124 125 126 |
# File 'sig/types.rbs', line 124 def @tags end |