Class: Aws::ServiceDiscovery::Types::ServiceChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::ServiceChange
- Defined in:
- gems/aws-sdk-servicediscovery/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
-
#description ⇒ String
A description for the service.
-
#dns_config ⇒ Types::DnsConfigChange
Information about the RouteĀ 53 DNS records that you want Cloud Map to create when you register an instance.
-
#health_check_config ⇒ Types::HealthCheckConfig
Public DNS and HTTP namespaces only. Settings for an optional health check.
Instance Attribute Details
#description ⇒ String
A description for the service.
2898 2899 2900 2901 2902 2903 2904 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2898 class ServiceChange < Struct.new( :description, :dns_config, :health_check_config) SENSITIVE = [] include Aws::Structure end |
#dns_config ⇒ Types::DnsConfigChange
Information about the RouteĀ 53 DNS records that you want Cloud Map to create when you register an instance.
2898 2899 2900 2901 2902 2903 2904 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2898 class ServiceChange < Struct.new( :description, :dns_config, :health_check_config) SENSITIVE = [] include Aws::Structure end |
#health_check_config ⇒ Types::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
.
2898 2899 2900 2901 2902 2903 2904 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2898 class ServiceChange < Struct.new( :description, :dns_config, :health_check_config) SENSITIVE = [] include Aws::Structure end |