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.
4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4664 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.
4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4664 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.
4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4664 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.
4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4664 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.
4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4664 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.
4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4664 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.
4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4664 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.
4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4664 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.
4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4664 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 |