Class: Aws::NetworkManager::Types::GetNetworkResourceCountsResponse

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_resource_countsArray<Types::NetworkResourceCount>

The count of resources.

Returns:



2948
2949
2950
2951
2952
2953
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2948

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2948
2949
2950
2951
2952
2953
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2948

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