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.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def name @name end |