Class: Aws::MediaLive::Types::ListNetworksResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListNetworksResult
- 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
-
#networks ⇒ Array<Types::DescribeNetworkSummary>
An array of networks that you have created.
-
#next_token ⇒ String
Token for the next ListNetworks request.
Instance Attribute Details
#networks ⇒ Array<Types::DescribeNetworkSummary>
An array of networks that you have created.
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_token ⇒ String
Token for the next ListNetworks request.
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 |