Class: Aws::Types::DNSTargetResource
- Inherits:
-
Object
- Object
- Aws::Types::DNSTargetResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#hosted_zone_arn ⇒ ::String
Returns the value of attribute hosted_zone_arn.
-
#record_set_id ⇒ ::String
Returns the value of attribute record_set_id.
-
#record_type ⇒ ::String
Returns the value of attribute record_type.
-
#target_resource ⇒ Types::TargetResource
Returns the value of attribute target_resource.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
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.
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.
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.
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 |