Class: Aws::OpenSearchServerless::Types::LifecyclePolicyIdentifier
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::OpenSearchServerless::Types::LifecyclePolicyIdentifier
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
The unique identifiers of policy types and policy names.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the lifecycle policy. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of lifecycle policy. 
Instance Attribute Details
#name ⇒ String
The name of the lifecycle policy.
| 1641 1642 1643 1644 1645 1646 | # File 'lib/aws-sdk-opensearchserverless/types.rb', line 1641 class LifecyclePolicyIdentifier < Struct.new( :type, :name) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The type of lifecycle policy.
| 1641 1642 1643 1644 1645 1646 | # File 'lib/aws-sdk-opensearchserverless/types.rb', line 1641 class LifecyclePolicyIdentifier < Struct.new( :type, :name) SENSITIVE = [] include Aws::Structure end |