Class: Aws::OpenSearchServerless::Types::LifecyclePolicyDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::LifecyclePolicyDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Details about an OpenSearch Serverless lifecycle policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date ⇒ Integer
The date the lifecycle policy was created.
-
#description ⇒ String
The description of the lifecycle policy.
-
#last_modified_date ⇒ Integer
The timestamp of when the lifecycle policy was last modified.
-
#name ⇒ String
The name of the lifecycle policy.
-
#policy ⇒ Hash, ...
The JSON policy document without any whitespaces.
-
#policy_version ⇒ String
The version of the lifecycle policy.
-
#type ⇒ String
The type of lifecycle policy.
Instance Attribute Details
#created_date ⇒ Integer
The date the lifecycle policy was created.
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1469 class LifecyclePolicyDetail < Struct.new( :type, :name, :policy_version, :description, :policy, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the lifecycle policy.
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1469 class LifecyclePolicyDetail < Struct.new( :type, :name, :policy_version, :description, :policy, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Integer
The timestamp of when the lifecycle policy was last modified.
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1469 class LifecyclePolicyDetail < Struct.new( :type, :name, :policy_version, :description, :policy, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the lifecycle policy.
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1469 class LifecyclePolicyDetail < Struct.new( :type, :name, :policy_version, :description, :policy, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ Hash, ...
The JSON policy document without any whitespaces.
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1469 class LifecyclePolicyDetail < Struct.new( :type, :name, :policy_version, :description, :policy, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#policy_version ⇒ String
The version of the lifecycle policy.
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1469 class LifecyclePolicyDetail < Struct.new( :type, :name, :policy_version, :description, :policy, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of lifecycle policy.
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1469 class LifecyclePolicyDetail < Struct.new( :type, :name, :policy_version, :description, :policy, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |