Class: Aws::Types::ListSubChannelsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:



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.

Returns:



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.

Returns:



695
696
697
# File 'sig/types.rbs', line 695

def sub_channels
  @sub_channels
end