Class: Aws::CloudWatchLogs::Types::DeleteIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteIntegrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#force ⇒ Boolean
Specify ‘true` to force the deletion of the integration even if vended logs dashboards currently exist.
-
#integration_name ⇒ String
The name of the integration to delete.
Instance Attribute Details
#force ⇒ Boolean
Specify ‘true` to force the deletion of the integration even if vended logs dashboards currently exist.
The default is ‘false`.
1167 1168 1169 1170 1171 1172 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1167 class DeleteIntegrationRequest < Struct.new( :integration_name, :force) SENSITIVE = [] include Aws::Structure end |
#integration_name ⇒ String
The name of the integration to delete. To find the name of your integration, use [ListIntegrations].
[1]: docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_ListIntegrations.html
1167 1168 1169 1170 1171 1172 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1167 class DeleteIntegrationRequest < Struct.new( :integration_name, :force) SENSITIVE = [] include Aws::Structure end |