Class: Aws::MediaLive::Types::ListNetworksResponse

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

#networksArray<Types::DescribeNetworkSummary>

Returns:



20128
20129
20130
20131
20132
20133
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20128

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

#next_tokenString

Returns:

  • (String)


20128
20129
20130
20131
20132
20133
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20128

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