Class: Aws::ServiceDiscovery::Types::ServiceChange

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

A complex type that contains changes to an existing service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the service.

Returns:

  • (String)


2895
2896
2897
2898
2899
2900
2901
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2895

class ServiceChange < Struct.new(
  :description,
  :dns_config,
  :health_check_config)
  SENSITIVE = []
  include Aws::Structure
end

#dns_configTypes::DnsConfigChange

Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.



2895
2896
2897
2898
2899
2900
2901
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2895

class ServiceChange < Struct.new(
  :description,
  :dns_config,
  :health_check_config)
  SENSITIVE = []
  include Aws::Structure
end

#health_check_configTypes::HealthCheckConfig

*Public DNS and HTTP namespaces only.* Settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in ‘DnsConfig`.



2895
2896
2897
2898
2899
2900
2901
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2895

class ServiceChange < Struct.new(
  :description,
  :dns_config,
  :health_check_config)
  SENSITIVE = []
  include Aws::Structure
end