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 ⇒ ::String
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.
2824 2825 2826 |
# File 'sig/types.rbs', line 2824 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
2825 2826 2827 |
# File 'sig/types.rbs', line 2825 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
2826 2827 2828 |
# File 'sig/types.rbs', line 2826 def value @value end |