Class: Aws::CloudWatchLogs::Types::DeleteIndexPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteIndexPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_identifier ⇒ String
The log group to delete the index policy for.
Instance Attribute Details
#log_group_identifier ⇒ String
The log group to delete the index policy for. You can specify either the name or the ARN of the log group.
1139 1140 1141 1142 1143 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1139 class DeleteIndexPolicyRequest < Struct.new( :log_group_identifier) SENSITIVE = [] include Aws::Structure end |