Class: Aws::Types::Contact
- Inherits:
-
Object
- Object
- Aws::Types::Contact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#type ⇒ "PERSONAL", ...
Returns the value of attribute type.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
54 55 56 |
# File 'sig/types.rbs', line 54 def alias @alias end |
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
53 54 55 |
# File 'sig/types.rbs', line 53 def contact_arn @contact_arn end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
55 56 57 |
# File 'sig/types.rbs', line 55 def display_name @display_name end |
#type ⇒ "PERSONAL", ...
Returns the value of attribute type.
56 57 58 |
# File 'sig/types.rbs', line 56 def type @type end |