Class: Aws::NetworkManager::Types::NetworkTelemetry
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::NetworkTelemetry
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Describes the telemetry information for a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID.
-
#address ⇒ String
The address.
-
#aws_region ⇒ String
The Amazon Web Services Region.
-
#core_network_id ⇒ String
The ID of a core network.
-
#health ⇒ Types::ConnectionHealth
The connection health.
-
#registered_gateway_arn ⇒ String
The ARN of the gateway.
-
#resource_arn ⇒ String
The ARN of the resource.
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID.
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5085 class NetworkTelemetry < Struct.new( :registered_gateway_arn, :core_network_id, :aws_region, :account_id, :resource_type, :resource_id, :resource_arn, :address, :health) SENSITIVE = [] include Aws::Structure end |
#address ⇒ String
The address.
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5085 class NetworkTelemetry < Struct.new( :registered_gateway_arn, :core_network_id, :aws_region, :account_id, :resource_type, :resource_id, :resource_arn, :address, :health) SENSITIVE = [] include Aws::Structure end |
#aws_region ⇒ String
The Amazon Web Services Region.
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5085 class NetworkTelemetry < Struct.new( :registered_gateway_arn, :core_network_id, :aws_region, :account_id, :resource_type, :resource_id, :resource_arn, :address, :health) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of a core network.
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5085 class NetworkTelemetry < Struct.new( :registered_gateway_arn, :core_network_id, :aws_region, :account_id, :resource_type, :resource_id, :resource_arn, :address, :health) SENSITIVE = [] include Aws::Structure end |
#health ⇒ Types::ConnectionHealth
The connection health.
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5085 class NetworkTelemetry < Struct.new( :registered_gateway_arn, :core_network_id, :aws_region, :account_id, :resource_type, :resource_id, :resource_arn, :address, :health) SENSITIVE = [] include Aws::Structure end |
#registered_gateway_arn ⇒ String
The ARN of the gateway.
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5085 class NetworkTelemetry < Struct.new( :registered_gateway_arn, :core_network_id, :aws_region, :account_id, :resource_type, :resource_id, :resource_arn, :address, :health) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource.
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5085 class NetworkTelemetry < Struct.new( :registered_gateway_arn, :core_network_id, :aws_region, :account_id, :resource_type, :resource_id, :resource_arn, :address, :health) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5085 class NetworkTelemetry < Struct.new( :registered_gateway_arn, :core_network_id, :aws_region, :account_id, :resource_type, :resource_id, :resource_arn, :address, :health) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5085 class NetworkTelemetry < Struct.new( :registered_gateway_arn, :core_network_id, :aws_region, :account_id, :resource_type, :resource_id, :resource_arn, :address, :health) SENSITIVE = [] include Aws::Structure end |