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.
1399 1400 1401 1402 1403 1404 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1399 class LifecyclePolicyIdentifier < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of lifecycle policy.
1399 1400 1401 1402 1403 1404 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1399 class LifecyclePolicyIdentifier < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |