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

Class: Aws::DLM::Types::LifecyclePolicySummary

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

Overview

Summary information about a lifecycle policy.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the lifecycle policy.

Returns:

  • (String)

    The description of the lifecycle policy.

#policy_idString

The identifier of the lifecycle policy.

Returns:

  • (String)

    The identifier of the lifecycle policy.

#policy_typeString

The type of policy. EBS_SNAPSHOT_MANAGEMENT indicates that the policy manages the lifecycle of Amazon EBS snapshots. IMAGE_MANAGEMENT indicates that the policy manages the lifecycle of EBS-backed AMIs.

Possible values:

  • EBS_SNAPSHOT_MANAGEMENT
  • IMAGE_MANAGEMENT

Returns:

  • (String)

    The type of policy.

#stateString

The activation state of the lifecycle policy.

Possible values:

  • ENABLED
  • DISABLED
  • ERROR

Returns:

  • (String)

    The activation state of the lifecycle policy.

#tagsHash<String,String>

The tags.

Returns:

  • (Hash<String,String>)

    The tags.