Class: Aws::Types::ResourceRecord
- Inherits:
-
Object
- Object
- Aws::Types::ResourceRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "CNAME"
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
899 900 901 |
# File 'sig/types.rbs', line 899 def name @name end |
#type ⇒ "CNAME"
Returns the value of attribute type.
900 901 902 |
# File 'sig/types.rbs', line 900 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
901 902 903 |
# File 'sig/types.rbs', line 901 def value @value end |