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.
-
#status ⇒ "CONFIRMED", "DECLINED"
Returns the value of attribute status.
-
#type ⇒ "EMAIL", "SNS"
Returns the value of attribute type.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def address @address end |
#status ⇒ "CONFIRMED", "DECLINED"
Returns the value of attribute status.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def status @status end |
#type ⇒ "EMAIL", "SNS"
Returns the value of attribute type.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def type @type end |