Class: Aws::Imagebuilder::Types::ListLifecyclePoliciesRequest

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

#filtersArray<Types::Filter>

Streamline results based on one of the following values: ‘Name`, `Status`.

Returns:



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

class ListLifecyclePoliciesRequest < Struct.new(
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum items to return in a request.

Returns:

  • (Integer)


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

class ListLifecyclePoliciesRequest < Struct.new(
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

Returns:

  • (String)


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

class ListLifecyclePoliciesRequest < Struct.new(
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end