Class: Aws::NetworkManager::Types::ListCoreNetworksResponse

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

#core_networksArray<Types::CoreNetworkSummary>

Describes the list of core networks.

Returns:



3969
3970
3971
3972
3973
3974
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3969

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


3969
3970
3971
3972
3973
3974
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3969

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