Class: Aws::Route53::Types::LinkedService

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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

Instance Attribute Details

#descriptionString

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.

Returns:

  • (String)


4459
4460
4461
4462
4463
4464
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4459

class LinkedService < Struct.new(
  :service_principal,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#service_principalString

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.

Returns:

  • (String)


4459
4460
4461
4462
4463
4464
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 4459

class LinkedService < Struct.new(
  :service_principal,
  :description)
  SENSITIVE = []
  include Aws::Structure
end