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:



3169
3170
3171
3172
3173
3174
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3169

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)


3169
3170
3171
3172
3173
3174
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3169

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