Class: Aws::Types::ListSubChannelsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSubChannelsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sub_channels ⇒ ::Array[Types::SubChannelSummary]
Returns the value of attribute sub_channels.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
694 695 696 |
# File 'sig/types.rbs', line 694 def channel_arn @channel_arn end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
696 697 698 |
# File 'sig/types.rbs', line 696 def next_token @next_token end |
#sub_channels ⇒ ::Array[Types::SubChannelSummary]
Returns the value of attribute sub_channels.
695 696 697 |
# File 'sig/types.rbs', line 695 def sub_channels @sub_channels end |