Class: Aws::DLM::Types::LifecyclePolicy

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

Overview

Detailed information about a lifecycle policy.

Instance Attribute Summary collapse

Instance Attribute Details

#date_createdTime

The local date and time when the lifecycle policy was created.

Returns:

  • (Time)


267
268
269
270
271
272
273
274
275
276
# File 'lib/aws-sdk-dlm/types.rb', line 267

class LifecyclePolicy < Struct.new(
  :policy_id,
  :description,
  :state,
  :execution_role_arn,
  :date_created,
  :date_modified,
  :policy_details)
  include Aws::Structure
end

#date_modifiedTime

The local date and time when the lifecycle policy was last modified.

Returns:

  • (Time)


267
268
269
270
271
272
273
274
275
276
# File 'lib/aws-sdk-dlm/types.rb', line 267

class LifecyclePolicy < Struct.new(
  :policy_id,
  :description,
  :state,
  :execution_role_arn,
  :date_created,
  :date_modified,
  :policy_details)
  include Aws::Structure
end

#descriptionString

The description of the lifecycle policy.

Returns:

  • (String)


267
268
269
270
271
272
273
274
275
276
# File 'lib/aws-sdk-dlm/types.rb', line 267

class LifecyclePolicy < Struct.new(
  :policy_id,
  :description,
  :state,
  :execution_role_arn,
  :date_created,
  :date_modified,
  :policy_details)
  include Aws::Structure
end

#execution_role_arnString

The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.

Returns:

  • (String)


267
268
269
270
271
272
273
274
275
276
# File 'lib/aws-sdk-dlm/types.rb', line 267

class LifecyclePolicy < Struct.new(
  :policy_id,
  :description,
  :state,
  :execution_role_arn,
  :date_created,
  :date_modified,
  :policy_details)
  include Aws::Structure
end

#policy_detailsTypes::PolicyDetails

The configuration of the lifecycle policy



267
268
269
270
271
272
273
274
275
276
# File 'lib/aws-sdk-dlm/types.rb', line 267

class LifecyclePolicy < Struct.new(
  :policy_id,
  :description,
  :state,
  :execution_role_arn,
  :date_created,
  :date_modified,
  :policy_details)
  include Aws::Structure
end

#policy_idString

The identifier of the lifecycle policy.

Returns:

  • (String)


267
268
269
270
271
272
273
274
275
276
# File 'lib/aws-sdk-dlm/types.rb', line 267

class LifecyclePolicy < Struct.new(
  :policy_id,
  :description,
  :state,
  :execution_role_arn,
  :date_created,
  :date_modified,
  :policy_details)
  include Aws::Structure
end

#stateString

The activation state of the lifecycle policy.

Returns:

  • (String)


267
268
269
270
271
272
273
274
275
276
# File 'lib/aws-sdk-dlm/types.rb', line 267

class LifecyclePolicy < Struct.new(
  :policy_id,
  :description,
  :state,
  :execution_role_arn,
  :date_created,
  :date_modified,
  :policy_details)
  include Aws::Structure
end