Class: Aws::Types::R53ResourceRecord
- Inherits:
-
Object
- Object
- Aws::Types::R53ResourceRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#record_set_id ⇒ ::String
Returns the value of attribute record_set_id.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
372 373 374 |
# File 'sig/types.rbs', line 372 def domain_name @domain_name end |
#record_set_id ⇒ ::String
Returns the value of attribute record_set_id.
373 374 375 |
# File 'sig/types.rbs', line 373 def record_set_id @record_set_id end |