Class: Aws::Types::CreateContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#plan ⇒ Types::Plan
Returns the value of attribute plan.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "PERSONAL", ...
Returns the value of attribute type.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
103 104 105 |
# File 'sig/types.rbs', line 103 def alias @alias end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
104 105 106 |
# File 'sig/types.rbs', line 104 def display_name @display_name end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
108 109 110 |
# File 'sig/types.rbs', line 108 def idempotency_token @idempotency_token end |
#plan ⇒ Types::Plan
Returns the value of attribute plan.
106 107 108 |
# File 'sig/types.rbs', line 106 def plan @plan end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
107 108 109 |
# File 'sig/types.rbs', line 107 def @tags end |
#type ⇒ "PERSONAL", ...
Returns the value of attribute type.
105 106 107 |
# File 'sig/types.rbs', line 105 def type @type end |