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.
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.
5055 5056 5057 5058 5059 5060 5061 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 5055 class IntegrationSummary < Struct.new( :integration_name, :integration_type, :integration_status) SENSITIVE = [] include Aws::Structure end |
#integration_status ⇒ String
The current status of this integration.
5055 5056 5057 5058 5059 5060 5061 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 5055 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.
5055 5056 5057 5058 5059 5060 5061 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 5055 class IntegrationSummary < Struct.new( :integration_name, :integration_type, :integration_status) SENSITIVE = [] include Aws::Structure end |