Class: Aws::Types::GetContactResult
- Inherits:
-
Object
- Object
- Aws::Types::GetContactResult
- 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.
-
#plan ⇒ Types::Plan
Returns the value of attribute plan.
-
#type ⇒ "PERSONAL", ...
Returns the value of attribute type.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
282 283 284 |
# File 'sig/types.rbs', line 282 def alias @alias end |
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
281 282 283 |
# File 'sig/types.rbs', line 281 def contact_arn @contact_arn end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
283 284 285 |
# File 'sig/types.rbs', line 283 def display_name @display_name end |
#plan ⇒ Types::Plan
Returns the value of attribute plan.
285 286 287 |
# File 'sig/types.rbs', line 285 def plan @plan end |
#type ⇒ "PERSONAL", ...
Returns the value of attribute type.
284 285 286 |
# File 'sig/types.rbs', line 284 def type @type end |