Class: Aws::Types::CreateNotificationSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNotificationSubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#protocol ⇒ "HTTPS", "SQS"
Returns the value of attribute protocol.
-
#subscription_type ⇒ "ALL"
Returns the value of attribute subscription_type.
Instance Attribute Details
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
140 141 142 |
# File 'sig/types.rbs', line 140 def endpoint @endpoint end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
139 140 141 |
# File 'sig/types.rbs', line 139 def organization_id @organization_id end |
#protocol ⇒ "HTTPS", "SQS"
Returns the value of attribute protocol.
141 142 143 |
# File 'sig/types.rbs', line 141 def protocol @protocol end |
#subscription_type ⇒ "ALL"
Returns the value of attribute subscription_type.
142 143 144 |
# File 'sig/types.rbs', line 142 def subscription_type @subscription_type end |