Class: Aws::Types::DNSTargetResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name ⇒ ::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def domain_name
  @domain_name
end

#hosted_zone_arn ⇒ ::String

Returns the value of attribute hosted_zone_arn.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def hosted_zone_arn
  @hosted_zone_arn
end

#record_set_id ⇒ ::String

Returns the value of attribute record_set_id.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def record_set_id
  @record_set_id
end

#record_type ⇒ ::String

Returns the value of attribute record_type.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def record_type
  @record_type
end

#target_resource ⇒ Types::TargetResource

Returns the value of attribute target_resource.



108
109
110
# File 'sig/types.rbs', line 108

def target_resource
  @target_resource
end