Class: Aws::OpenSearchServerless::Types::LifecyclePolicyResourceIdentifier
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::OpenSearchServerless::Types::LifecyclePolicyResourceIdentifier
 
 
- Defined in:
 - gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb
 
Overview
The unique identifiers of policy types and resource names.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the OpenSearch Serverless ilndex resource.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of lifecycle policy.
 
Instance Attribute Details
#resource ⇒ String
The name of the OpenSearch Serverless ilndex resource.
      1660 1661 1662 1663 1664 1665  | 
    
      # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1660 class LifecyclePolicyResourceIdentifier < Struct.new( :type, :resource) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The type of lifecycle policy.
      1660 1661 1662 1663 1664 1665  | 
    
      # File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1660 class LifecyclePolicyResourceIdentifier < Struct.new( :type, :resource) SENSITIVE = [] include Aws::Structure end  |