Class: Aws::NetworkManager::Types::GetNetworkResourcesResponse

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

#network_resourcesArray<Types::NetworkResource>

The network resources.

Returns:



3449
3450
3451
3452
3453
3454
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3449

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


3449
3450
3451
3452
3453
3454
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3449

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