Class: Aws::CloudWatchLogs::Types::DeleteIndexPolicyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_identifierString

The log group to delete the index policy for. You can specify either the name or the ARN of the log group.

Returns:

  • (String)


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