Class: Aws::CloudWatchLogs::Types::PutIndexPolicyResponse

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

#index_policyTypes::IndexPolicy

The index policy that you just created or updated.

Returns:



5503
5504
5505
5506
5507
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 5503

class PutIndexPolicyResponse < Struct.new(
  :index_policy)
  SENSITIVE = []
  include Aws::Structure
end