Class: Aws::Types::CreateContactMethodRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContactMethodRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_endpoint ⇒ ::String
Returns the value of attribute contact_endpoint.
-
#protocol ⇒ "Email", "SMS"
Returns the value of attribute protocol.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#contact_endpoint ⇒ ::String
Returns the value of attribute contact_endpoint.
579 580 581 |
# File 'sig/types.rbs', line 579 def contact_endpoint @contact_endpoint end |
#protocol ⇒ "Email", "SMS"
Returns the value of attribute protocol.
578 579 580 |
# File 'sig/types.rbs', line 578 def protocol @protocol end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
580 581 582 |
# File 'sig/types.rbs', line 580 def end |