Class: Aws::NetworkManager::Types::DescribeGlobalNetworksResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_networksArray<Types::GlobalNetwork>

Information about the global networks.

Returns:



2162
2163
2164
2165
2166
2167
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2162

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2162
2163
2164
2165
2166
2167
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2162

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