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

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

#global_network_idString

The ID of the global network.

Returns:

  • (String)


3467
3468
3469
3470
3471
3472
3473
3474
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3467

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)


3467
3468
3469
3470
3471
3472
3473
3474
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3467

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)


3467
3468
3469
3470
3471
3472
3473
3474
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3467

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:

  • attachment

  • connect-peer

  • connection

  • core-network

  • device

  • link

  • peering

  • 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)


3467
3468
3469
3470
3471
3472
3473
3474
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3467

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