Class: Aws::Types::AwsSnsTopicSubscription
- Inherits:
-
Object
- Object
- Aws::Types::AwsSnsTopicSubscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
Instance Attribute Details
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
4378 4379 4380 |
# File 'sig/types.rbs', line 4378 def endpoint @endpoint end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
4379 4380 4381 |
# File 'sig/types.rbs', line 4379 def protocol @protocol end |