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.
3641 3642 3643 3644 3645 3646 3647 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3641 class IntegrationSummary < Struct.new( :integration_name, :integration_type, :integration_status) SENSITIVE = [] include Aws::Structure end |
#integration_status ⇒ String
The current status of this integration.
3641 3642 3643 3644 3645 3646 3647 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3641 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`.
3641 3642 3643 3644 3645 3646 3647 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3641 class IntegrationSummary < Struct.new( :integration_name, :integration_type, :integration_status) SENSITIVE = [] include Aws::Structure end |