Class: Aws::MediaLive::Types::ListChannelsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelsArray<Types::ChannelSummary>

Returns:



7865
7866
7867
7868
7869
7870
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7865

class ListChannelsResponse < Struct.new(
  :channels,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


7865
7866
7867
7868
7869
7870
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7865

class ListChannelsResponse < Struct.new(
  :channels,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end