Class: Aws::Route53::Types::LinkedService
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::LinkedService
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
If a health check or hosted zone was created by another service, ‘LinkedService` is a complex type that describes the service that created the resource. When a resource is created by another service, you can’t edit or delete it using Amazon Route 53.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If the health check or hosted zone was created by another service, an optional description that can be provided by the other service.
 - 
  
    
      #service_principal  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If the health check or hosted zone was created by another service, the service that created the resource.
 
Instance Attribute Details
#description ⇒ String
If the health check or hosted zone was created by another service, an optional description that can be provided by the other service. When a resource is created by another service, you can’t edit or delete it using Amazon Route 53.
      4457 4458 4459 4460 4461 4462  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 4457 class LinkedService < Struct.new( :service_principal, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#service_principal ⇒ String
If the health check or hosted zone was created by another service, the service that created the resource. When a resource is created by another service, you can’t edit or delete it using Amazon Route 53.
      4457 4458 4459 4460 4461 4462  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 4457 class LinkedService < Struct.new( :service_principal, :description) SENSITIVE = [] include Aws::Structure end  |