Class: Aws::Imagebuilder::Types::ListInfrastructureConfigurationsRequest

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

#filters ⇒ Array<Types::Filter>

You can filter on name to streamline results.

Returns:



7529
7530
7531
7532
7533
7534
7535
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7529

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

#max_results ⇒ Integer

The maximum number of items to return in a single request.

Returns:

  • (Integer)


7529
7530
7531
7532
7533
7534
7535
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7529

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

#next_token ⇒ String

A token to specify where to start paginating. Use the nextToken value from a previously truncated response.

Returns:

  • (String)


7529
7530
7531
7532
7533
7534
7535
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7529

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