Class: Aws::OpenSearchServerless::Types::LifecyclePolicyResourceIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::LifecyclePolicyResourceIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
The unique identifiers of policy types and resource names.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource ⇒ String
The name of the OpenSearch Serverless ilndex resource.
-
#type ⇒ String
The type of lifecycle policy.
Instance Attribute Details
#resource ⇒ String
The name of the OpenSearch Serverless ilndex resource.
1509 1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1509 class LifecyclePolicyResourceIdentifier < Struct.new( :resource, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of lifecycle policy.
1509 1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1509 class LifecyclePolicyResourceIdentifier < Struct.new( :resource, :type) SENSITIVE = [] include Aws::Structure end |