Class: Aws::CloudWatchLogs::Types::DescribeSubscriptionFiltersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DescribeSubscriptionFiltersResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
-
#subscription_filters ⇒ Array<Types::SubscriptionFilter>
The subscription filters.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
2448 2449 2450 2451 2452 2453 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2448 class DescribeSubscriptionFiltersResponse < Struct.new( :subscription_filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#subscription_filters ⇒ Array<Types::SubscriptionFilter>
The subscription filters.
2448 2449 2450 2451 2452 2453 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2448 class DescribeSubscriptionFiltersResponse < Struct.new( :subscription_filters, :next_token) SENSITIVE = [] include Aws::Structure end |