Class: Aws::OpenSearchServerless::Types::BatchGetLifecyclePolicyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::OpenSearchServerless::Types::BatchGetLifecyclePolicyResponse
 
 
- Defined in:
 - gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #lifecycle_policy_details  ⇒ Array<Types::LifecyclePolicyDetail> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of lifecycle policies matched to the input policy name and policy type.
 - 
  
    
      #lifecycle_policy_error_details  ⇒ Array<Types::LifecyclePolicyErrorDetail> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of lifecycle policy names and policy types for which retrieval failed.
 
Instance Attribute Details
#lifecycle_policy_details ⇒ Array<Types::LifecyclePolicyDetail>
A list of lifecycle policies matched to the input policy name and policy type.
      228 229 230 231 232 233  | 
    
      # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 228 class BatchGetLifecyclePolicyResponse < Struct.new( :lifecycle_policy_details, :lifecycle_policy_error_details) SENSITIVE = [] include Aws::Structure end  | 
  
#lifecycle_policy_error_details ⇒ Array<Types::LifecyclePolicyErrorDetail>
A list of lifecycle policy names and policy types for which retrieval failed.
      228 229 230 231 232 233  | 
    
      # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 228 class BatchGetLifecyclePolicyResponse < Struct.new( :lifecycle_policy_details, :lifecycle_policy_error_details) SENSITIVE = [] include Aws::Structure end  |