Class: Aws::Types::ListLogSubscriptionsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListLogSubscriptionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_subscriptions ⇒ ::Array[Types::LogSubscription]
Returns the value of attribute log_subscriptions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#log_subscriptions ⇒ ::Array[Types::LogSubscription]
Returns the value of attribute log_subscriptions.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def log_subscriptions @log_subscriptions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def next_token @next_token end |