Class: Aws::Types::DescribeNotificationSubscriptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNotificationSubscriptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
346 347 348 |
# File 'sig/types.rbs', line 346 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
345 346 347 |
# File 'sig/types.rbs', line 345 def marker @marker end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
344 345 346 |
# File 'sig/types.rbs', line 344 def organization_id @organization_id end |