Class: Aws::NetworkManager::Types::GetNetworkTelemetryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetNetworkTelemetryRequest
- Includes:
- Structure
- Defined in:
- 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.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3847 class GetNetworkTelemetryRequest < 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.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3847 class GetNetworkTelemetryRequest < 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.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3847 class GetNetworkTelemetryRequest < 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.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3847 class GetNetworkTelemetryRequest < 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.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3847 class GetNetworkTelemetryRequest < 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.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3847 class GetNetworkTelemetryRequest < 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.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3847 class GetNetworkTelemetryRequest < 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.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3847 class GetNetworkTelemetryRequest < 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:
-
connect-peer -
transit-gateway-connect-peer -
vpn-connection
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3847 class GetNetworkTelemetryRequest < 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 |