Class: Aws::MediaLive::Types::ListNetworksResult

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

Overview

Contains the response for ListNetworks

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#networksArray<Types::DescribeNetworkSummary>

An array of networks that you have created.

Returns:



20378
20379
20380
20381
20382
20383
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20378

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

#next_tokenString

Token for the next ListNetworks request.

Returns:

  • (String)


20378
20379
20380
20381
20382
20383
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20378

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