Class: Aws::LaunchWizard::Types::ListDeploymentsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::DeploymentFilter>

Filters to scope the results. The following filters are supported:

  • WORKLOAD_NAME

  • DEPLOYMENT_STATUS

Returns:



397
398
399
400
401
402
403
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 397

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

#max_resultsInteger

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.

Returns:

  • (Integer)


397
398
399
400
401
402
403
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 397

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

#next_tokenString

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

Returns:

  • (String)


397
398
399
400
401
402
403
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 397

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