Class: Aws::OpenSearchServerless::Types::LifecyclePolicySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::LifecyclePolicySummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
A summary of the lifecycle policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date ⇒ Integer
The Epoch time when the lifecycle policy was created.
-
#description ⇒ String
The description of the lifecycle policy.
-
#last_modified_date ⇒ Integer
The date and time when the lifecycle policy was last modified.
-
#name ⇒ String
The name of the lifecycle policy.
-
#policy_version ⇒ String
The version of the lifecycle policy.
-
#type ⇒ String
The type of lifecycle policy.
Instance Attribute Details
#created_date ⇒ Integer
The Epoch time when the lifecycle policy was created.
1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1477 class LifecyclePolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the lifecycle policy.
1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1477 class LifecyclePolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Integer
The date and time when the lifecycle policy was last modified.
1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1477 class LifecyclePolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the lifecycle policy.
1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1477 class LifecyclePolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#policy_version ⇒ String
The version of the lifecycle policy.
1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1477 class LifecyclePolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of lifecycle policy.
1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1477 class LifecyclePolicySummary < Struct.new( :created_date, :description, :last_modified_date, :name, :policy_version, :type) SENSITIVE = [] include Aws::Structure end |