Class: Aws::Types::StreamChannelDefinition
- Inherits:
-
Object
- Object
- Aws::Types::StreamChannelDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_definitions ⇒ ::Array[Types::ChannelDefinition]
Returns the value of attribute channel_definitions.
-
#number_of_channels ⇒ ::Integer
Returns the value of attribute number_of_channels.
Instance Attribute Details
#channel_definitions ⇒ ::Array[Types::ChannelDefinition]
Returns the value of attribute channel_definitions.
834 835 836 |
# File 'sig/types.rbs', line 834 def channel_definitions @channel_definitions end |
#number_of_channels ⇒ ::Integer
Returns the value of attribute number_of_channels.
833 834 835 |
# File 'sig/types.rbs', line 833 def number_of_channels @number_of_channels end |