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.
| 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 | # File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4682 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.
| 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 | # File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4682 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.
| 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 | # File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4682 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.
| 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 | # File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4682 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.
| 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 | # File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4682 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.
| 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 | # File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4682 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.
| 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 | # File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4682 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.
| 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 | # File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4682 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.
| 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 | # File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4682 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 |