Class: Aws::Types::Subscription
- Inherits:
-
Object
- Object
- Aws::Types::Subscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_point ⇒ ::String
Returns the value of attribute end_point.
-
#protocol ⇒ "HTTPS", "SQS"
Returns the value of attribute protocol.
-
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
Instance Attribute Details
#end_point ⇒ ::String
Returns the value of attribute end_point.
807 808 809 |
# File 'sig/types.rbs', line 807 def end_point @end_point end |
#protocol ⇒ "HTTPS", "SQS"
Returns the value of attribute protocol.
808 809 810 |
# File 'sig/types.rbs', line 808 def protocol @protocol end |
#subscription_id ⇒ ::String
Returns the value of attribute subscription_id.
806 807 808 |
# File 'sig/types.rbs', line 806 def subscription_id @subscription_id end |