Class: Aws::CloudWatchLogs::Types::DescribeConfigurationTemplatesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_templatesArray<Types::ConfigurationTemplate>

An array of objects, where each object describes one configuration template that matches the filters that you specified in the request.

Returns:



2070
2071
2072
2073
2074
2075
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2070

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

#next_tokenString

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

Returns:

  • (String)


2070
2071
2072
2073
2074
2075
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2070

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