Class: Aws::CloudWatchLogs::Types::PutIndexPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutIndexPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_policy ⇒ Types::IndexPolicy
The index policy that you just created or updated.
Instance Attribute Details
#index_policy ⇒ Types::IndexPolicy
The index policy that you just created or updated.
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 |