Class: Aws::Imagebuilder::Types::GetLifecyclePolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle_policyTypes::LifecyclePolicy

The ARN of the image lifecycle policy resource that was returned.



3004
3005
3006
3007
3008
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3004

class GetLifecyclePolicyResponse < Struct.new(
  :lifecycle_policy)
  SENSITIVE = []
  include Aws::Structure
end