Class: Aws::DLM::Types::CreateLifecyclePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DLM::Types::CreateLifecyclePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dlm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_id ⇒ String
The identifier of the lifecycle policy.
Instance Attribute Details
#policy_id ⇒ String
The identifier of the lifecycle policy.
203 204 205 206 207 |
# File 'lib/aws-sdk-dlm/types.rb', line 203 class CreateLifecyclePolicyResponse < Struct.new( :policy_id) SENSITIVE = [] include Aws::Structure end |