Class: Aws::Imagebuilder::Types::ListLifecyclePoliciesResponse

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_policy_summary_listArray<Types::LifecyclePolicySummary>

A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.

Returns:



6391
6392
6393
6394
6395
6396
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6391

class ListLifecyclePoliciesResponse < Struct.new(
  :lifecycle_policy_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The next token used for paginated responses. When this field isn’t empty, there are additional elements that the service hasn’t included in this request. Use this token with the next request to retrieve additional objects.

Returns:

  • (String)


6391
6392
6393
6394
6395
6396
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6391

class ListLifecyclePoliciesResponse < Struct.new(
  :lifecycle_policy_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end