Class: Aws::Imagebuilder::Types::ListLifecyclePoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListLifecyclePoliciesResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle_policy_summary_list ⇒ Array<Types::LifecyclePolicySummary>
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
-
#next_token ⇒ String
The next token used for paginated responses.
Instance Attribute Details
#lifecycle_policy_summary_list ⇒ Array<Types::LifecyclePolicySummary>
A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
6793 6794 6795 6796 6797 6798 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6793 class ListLifecyclePoliciesResponse < Struct.new( :lifecycle_policy_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
6793 6794 6795 6796 6797 6798 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6793 class ListLifecyclePoliciesResponse < Struct.new( :lifecycle_policy_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |