Class: Aws::Types::ContactPreference
- Inherits:
-
Object
- Object
- Aws::Types::ContactPreference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_type ⇒ "PhoneNumber", ...
Returns the value of attribute contact_type.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#key_value ⇒ ::String
Returns the value of attribute key_value.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
Instance Attribute Details
#contact_type ⇒ "PhoneNumber", ...
Returns the value of attribute contact_type.
301 302 303 |
# File 'sig/types.rbs', line 301 def contact_type @contact_type end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
298 299 300 |
# File 'sig/types.rbs', line 298 def key_name @key_name end |
#key_value ⇒ ::String
Returns the value of attribute key_value.
299 300 301 |
# File 'sig/types.rbs', line 299 def key_value @key_value end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
300 301 302 |
# File 'sig/types.rbs', line 300 def profile_id @profile_id end |