Class: Aws::Types::ContactDetails
- Inherits:
-
Object
- Object
- Aws::Types::ContactDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def name @name end |