Class: Aws::NetworkManager::Types::GetNetworkResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetNetworkResourcesRequest
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID.
-
#aws_region ⇒ String
The Amazon Web Services Region.
-
#core_network_id ⇒ String
The ID of a core network.
-
#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.
-
#registered_gateway_arn ⇒ String
The ARN of the gateway.
-
#resource_arn ⇒ String
The ARN of the resource.
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID.
3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3425 class GetNetworkResourcesRequest < Struct.new( :global_network_id, :core_network_id, :registered_gateway_arn, :aws_region, :account_id, :resource_type, :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#aws_region ⇒ String
The Amazon Web Services Region.
3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3425 class GetNetworkResourcesRequest < Struct.new( :global_network_id, :core_network_id, :registered_gateway_arn, :aws_region, :account_id, :resource_type, :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of a core network.
3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3425 class GetNetworkResourcesRequest < Struct.new( :global_network_id, :core_network_id, :registered_gateway_arn, :aws_region, :account_id, :resource_type, :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3425 class GetNetworkResourcesRequest < Struct.new( :global_network_id, :core_network_id, :registered_gateway_arn, :aws_region, :account_id, :resource_type, :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3425 class GetNetworkResourcesRequest < Struct.new( :global_network_id, :core_network_id, :registered_gateway_arn, :aws_region, :account_id, :resource_type, :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3425 class GetNetworkResourcesRequest < Struct.new( :global_network_id, :core_network_id, :registered_gateway_arn, :aws_region, :account_id, :resource_type, :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#registered_gateway_arn ⇒ String
The ARN of the gateway.
3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3425 class GetNetworkResourcesRequest < Struct.new( :global_network_id, :core_network_id, :registered_gateway_arn, :aws_region, :account_id, :resource_type, :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource.
3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3425 class GetNetworkResourcesRequest < Struct.new( :global_network_id, :core_network_id, :registered_gateway_arn, :aws_region, :account_id, :resource_type, :resource_arn, :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:
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
3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3425 class GetNetworkResourcesRequest < Struct.new( :global_network_id, :core_network_id, :registered_gateway_arn, :aws_region, :account_id, :resource_type, :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |