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)


1523
1524
1525
1526
1527
1528
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1523

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

#typeString

The type of lifecycle policy.

Returns:

  • (String)


1523
1524
1525
1526
1527
1528
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1523

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