Class: Aws::CloudWatchLogs::Types::ListIntegrationsResponse

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

#integration_summariesArray<Types::IntegrationSummary>

An array, where each object in the array contains information about one CloudWatch Logs integration in this account.

Returns:



3753
3754
3755
3756
3757
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3753

class ListIntegrationsResponse < Struct.new(
  :integration_summaries)
  SENSITIVE = []
  include Aws::Structure
end