Class: Aws::OpenSearchServerless::Types::LifecyclePolicyDetail

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

Overview

Details about an OpenSearch Serverless lifecycle policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateInteger

The date the lifecycle policy was created.

Returns:

  • (Integer)


2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2085

class LifecyclePolicyDetail < Struct.new(
  :type,
  :name,
  :policy_version,
  :description,
  :policy,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the lifecycle policy.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2085

class LifecyclePolicyDetail < Struct.new(
  :type,
  :name,
  :policy_version,
  :description,
  :policy,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateInteger

The timestamp of when the lifecycle policy was last modified.

Returns:

  • (Integer)


2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2085

class LifecyclePolicyDetail < Struct.new(
  :type,
  :name,
  :policy_version,
  :description,
  :policy,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the lifecycle policy.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2085

class LifecyclePolicyDetail < Struct.new(
  :type,
  :name,
  :policy_version,
  :description,
  :policy,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#policyHash, ...

The JSON policy document without any whitespaces.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2085

class LifecyclePolicyDetail < Struct.new(
  :type,
  :name,
  :policy_version,
  :description,
  :policy,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#policy_versionString

The version of the lifecycle policy.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2085

class LifecyclePolicyDetail < Struct.new(
  :type,
  :name,
  :policy_version,
  :description,
  :policy,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of lifecycle policy.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2085

class LifecyclePolicyDetail < Struct.new(
  :type,
  :name,
  :policy_version,
  :description,
  :policy,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end