Class: Aws::OpenSearchServerless::Types::LifecyclePolicyIdentifier

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb

Overview

The unique identifiers of policy types and policy names.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the lifecycle policy.

Returns:

  • (String)


1399
1400
1401
1402
1403
1404
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1399

class LifecyclePolicyIdentifier < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of lifecycle policy.

Returns:

  • (String)


1399
1400
1401
1402
1403
1404
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1399

class LifecyclePolicyIdentifier < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end