Class: Aws::NetworkManager::Types::GetNetworkTelemetryRequest

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

#account_idString

The Amazon Web Services account ID.

Returns:

  • (String)


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_regionString

The Amazon Web Services Region.

Returns:

  • (String)


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_idString

The ID of a core network.

Returns:

  • (String)


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_idString

The ID of the global network.

Returns:

  • (String)


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_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


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_tokenString

The token for the next page of results.

Returns:

  • (String)


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_arnString

The ARN of the gateway.

Returns:

  • (String)


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_arnString

The ARN of the resource.

Returns:

  • (String)


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_typeString

The resource type. The following are the supported resource types:

  • connect-peer

  • transit-gateway-connect-peer

  • vpn-connection

Returns:

  • (String)


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