Class: Aws::CloudWatchLogs::Types::IntegrationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::IntegrationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
This structure contains information about one CloudWatch Logs integration. This structure is returned by a [ListIntegrations] operation.
[1]: docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_ListIntegrations.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integration_name ⇒ String
The name of this integration.
-
#integration_status ⇒ String
The current status of this integration.
-
#integration_type ⇒ String
The type of integration.
Instance Attribute Details
#integration_name ⇒ String
The name of this integration.
3625 3626 3627 3628 3629 3630 3631 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3625 class IntegrationSummary < Struct.new( :integration_name, :integration_type, :integration_status) SENSITIVE = [] include Aws::Structure end |
#integration_status ⇒ String
The current status of this integration.
3625 3626 3627 3628 3629 3630 3631 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3625 class IntegrationSummary < Struct.new( :integration_name, :integration_type, :integration_status) SENSITIVE = [] include Aws::Structure end |
#integration_type ⇒ String
The type of integration. Integrations with OpenSearch Service have the type ‘OPENSEARCH`.
3625 3626 3627 3628 3629 3630 3631 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3625 class IntegrationSummary < Struct.new( :integration_name, :integration_type, :integration_status) SENSITIVE = [] include Aws::Structure end |