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:



19913
19914
19915
19916
19917
19918
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19913

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

#next_tokenString

Token for the next ListNetworks request.

Returns:

  • (String)


19913
19914
19915
19916
19917
19918
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19913

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