Class: Aws::Types::PhoneNumber
- Inherits:
-
Object
- Object
- Aws::Types::PhoneNumber
- 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.
401 402 403 |
# File 'sig/types.rbs', line 401 def primary @primary end |
#type ⇒ ::String
Returns the value of attribute type.
400 401 402 |
# File 'sig/types.rbs', line 400 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
399 400 401 |
# File 'sig/types.rbs', line 399 def value @value end |