Class: Aws::OpenSearchServerless::Types::LifecyclePolicyStats
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::LifecyclePolicyStats
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Statistics for an OpenSearch Serverless lifecycle policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#retention_policy_count ⇒ Integer
The number of retention lifecycle policies in the current account.
Instance Attribute Details
#retention_policy_count ⇒ Integer
The number of retention lifecycle policies in the current account.
1433 1434 1435 1436 1437 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1433 class LifecyclePolicyStats < Struct.new( :retention_policy_count) SENSITIVE = [] include Aws::Structure end |