Class: Aws::NetworkManager::Types::GetNetworkResourceCountsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetNetworkResourceCountsRequest
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_network_id ⇒ String
The ID of the global network.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next page of results.
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#global_network_id ⇒ String
The ID of the global network.
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_results ⇒ Integer
The maximum number of results to return.
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_token ⇒ String
The token for the next page of results.
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_type ⇒ String
The resource type.
The following are the supported resource types for Direct Connect:
dxcondx-gatewaydx-vif
The following are the supported resource types for Network Manager:
attachmentconnect-peerconnectioncore-networkdevicelinkpeeringsite
The following are the supported resource types for Amazon VPC:
customer-gatewaytransit-gatewaytransit-gateway-attachmenttransit-gateway-connect-peertransit-gateway-route-tablevpn-connection
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 |