Class: Aws::Types::Email
- Inherits:
-
Object
- Object
- Aws::Types::Email
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#primary ⇒ Boolean
Returns the value of attribute primary.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#primary ⇒ Boolean
Returns the value of attribute primary.
216 217 218 |
# File 'sig/types.rbs', line 216 def primary @primary end |
#type ⇒ ::String
Returns the value of attribute type.
215 216 217 |
# File 'sig/types.rbs', line 215 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
214 215 216 |
# File 'sig/types.rbs', line 214 def value @value end |