Class: Aws::Types::AliasTarget

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#dns_name::String

Returns the value of attribute dns_name.

Returns:



36
37
38
# File 'sig/types.rbs', line 36

def dns_name
  @dns_name
end

#evaluate_target_healthBoolean

Returns the value of attribute evaluate_target_health.

Returns:



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.

Returns:



35
36
37
# File 'sig/types.rbs', line 35

def hosted_zone_id
  @hosted_zone_id
end