Class: Aws::NetworkManager::Types::GetNetworkResourceCountsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_network_idString

The ID of the global network.

Returns:

  • (String)


2929
2930
2931
2932
2933
2934
2935
2936
# File 'lib/aws-sdk-networkmanager/types.rb', line 2929

class GetNetworkResourceCountsRequest < Struct.new(
  :global_network_id,
  :resource_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2929
2930
2931
2932
2933
2934
2935
2936
# File 'lib/aws-sdk-networkmanager/types.rb', line 2929

class GetNetworkResourceCountsRequest < Struct.new(
  :global_network_id,
  :resource_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2929
2930
2931
2932
2933
2934
2935
2936
# File 'lib/aws-sdk-networkmanager/types.rb', line 2929

class GetNetworkResourceCountsRequest < Struct.new(
  :global_network_id,
  :resource_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type.

The following are the supported resource types for Direct Connect:

  • ‘dxcon`

  • ‘dx-gateway`

  • ‘dx-vif`

The following are the supported resource types for Network Manager:

  • ‘connection`

  • ‘device`

  • ‘link`

  • ‘site`

The following are the supported resource types for Amazon VPC:

  • ‘customer-gateway`

  • ‘transit-gateway`

  • ‘transit-gateway-attachment`

  • ‘transit-gateway-connect-peer`

  • ‘transit-gateway-route-table`

  • ‘vpn-connection`

Returns:

  • (String)


2929
2930
2931
2932
2933
2934
2935
2936
# File 'lib/aws-sdk-networkmanager/types.rb', line 2929

class GetNetworkResourceCountsRequest < Struct.new(
  :global_network_id,
  :resource_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end