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.
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_token ⇒ String
Token for the next ListNetworks request.
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 |