You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Detailed information about a lifecycle policy.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#date_createdTime

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

Returns:

  • (Time)

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

#date_modifiedTime

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

Returns:

  • (Time)

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

#descriptionString

The description of the lifecycle policy.

Returns:

  • (String)

    The description of the lifecycle policy.

#execution_role_arnString

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

Returns:

  • (String)

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

#policy_arnString

The Amazon Resource Name (ARN) of the policy.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the policy.

#policy_detailsTypes::PolicyDetails

The configuration of the lifecycle policy

Returns:

#policy_idString

The identifier of the lifecycle policy.

Returns:

  • (String)

    The identifier of the lifecycle policy.

#stateString

The activation state of the lifecycle policy.

Possible values:

  • ENABLED
  • DISABLED
  • ERROR

Returns:

  • (String)

    The activation state of the lifecycle policy.

#status_messageString

The description of the status.

Returns:

  • (String)

    The description of the status.

#tagsHash<String,String>

The tags.

Returns:

  • (Hash<String,String>)

    The tags.