Class: Aws::CloudWatchLogs::Types::DescribeSubscriptionFiltersResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


1802
1803
1804
1805
1806
1807
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1802

class DescribeSubscriptionFiltersResponse < Struct.new(
  :subscription_filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_filtersArray<Types::SubscriptionFilter>

The subscription filters.

Returns:



1802
1803
1804
1805
1806
1807
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1802

class DescribeSubscriptionFiltersResponse < Struct.new(
  :subscription_filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end