Class: Aws::Types::AliasTarget
- Inherits:
-
Object
- Object
- Aws::Types::AliasTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#evaluate_target_health ⇒ Boolean
Returns the value of attribute evaluate_target_health.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
Instance Attribute Details
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
36 37 38 |
# File 'sig/types.rbs', line 36 def dns_name @dns_name end |
#evaluate_target_health ⇒ Boolean
Returns the value of attribute evaluate_target_health.
37 38 39 |
# File 'sig/types.rbs', line 37 def evaluate_target_health @evaluate_target_health end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
35 36 37 |
# File 'sig/types.rbs', line 35 def hosted_zone_id @hosted_zone_id end |