Class: Aws::NetworkManager::Types::DescribeGlobalNetworksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DescribeGlobalNetworksResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_networks ⇒ Array<Types::GlobalNetwork>
Information about the global networks.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#global_networks ⇒ Array<Types::GlobalNetwork>
Information about the global networks.
2147 2148 2149 2150 2151 2152 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2147 class DescribeGlobalNetworksResponse < Struct.new( :global_networks, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
2147 2148 2149 2150 2151 2152 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2147 class DescribeGlobalNetworksResponse < Struct.new( :global_networks, :next_token) SENSITIVE = [] include Aws::Structure end |