Class: Aws::Types::Subscriber
- Inherits:
-
Object
- Object
- Aws::Types::Subscriber
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#subscription_type ⇒ "SNS", "EMAIL"
Returns the value of attribute subscription_type.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
531 532 533 |
# File 'sig/types.rbs', line 531 def address @address end |
#subscription_type ⇒ "SNS", "EMAIL"
Returns the value of attribute subscription_type.
530 531 532 |
# File 'sig/types.rbs', line 530 def subscription_type @subscription_type end |