Class: Aws::OpenSearchServerless::Types::BatchGetEffectiveLifecyclePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::BatchGetEffectiveLifecyclePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#effective_lifecycle_policy_details ⇒ Array<Types::EffectiveLifecyclePolicyDetail>
A list of lifecycle policies applied to the OpenSearch Serverless indexes.
-
#effective_lifecycle_policy_error_details ⇒ Array<Types::EffectiveLifecyclePolicyErrorDetail>
A list of resources for which retrieval failed.
Instance Attribute Details
#effective_lifecycle_policy_details ⇒ Array<Types::EffectiveLifecyclePolicyDetail>
A list of lifecycle policies applied to the OpenSearch Serverless indexes.
197 198 199 200 201 202 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 197 class BatchGetEffectiveLifecyclePolicyResponse < Struct.new( :effective_lifecycle_policy_details, :effective_lifecycle_policy_error_details) SENSITIVE = [] include Aws::Structure end |
#effective_lifecycle_policy_error_details ⇒ Array<Types::EffectiveLifecyclePolicyErrorDetail>
A list of resources for which retrieval failed.
197 198 199 200 201 202 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 197 class BatchGetEffectiveLifecyclePolicyResponse < Struct.new( :effective_lifecycle_policy_details, :effective_lifecycle_policy_error_details) SENSITIVE = [] include Aws::Structure end |