Class: Aws::Types::ServiceChange
- Inherits:
-
Object
- Object
- Aws::Types::ServiceChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dns_config ⇒ Types::DnsConfigChange
Returns the value of attribute dns_config.
-
#health_check_config ⇒ Types::HealthCheckConfig
Returns the value of attribute health_check_config.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
576 577 578 |
# File 'sig/types.rbs', line 576 def description @description end |
#dns_config ⇒ Types::DnsConfigChange
Returns the value of attribute dns_config.
577 578 579 |
# File 'sig/types.rbs', line 577 def dns_config @dns_config end |
#health_check_config ⇒ Types::HealthCheckConfig
Returns the value of attribute health_check_config.
578 579 580 |
# File 'sig/types.rbs', line 578 def health_check_config @health_check_config end |