Class: Aws::Types::EmailReference
- Inherits:
-
Object
- Object
- Aws::Types::EmailReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
3165 3166 3167 |
# File 'sig/types.rbs', line 3165 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
3166 3167 3168 |
# File 'sig/types.rbs', line 3166 def value @value end |