Class: Aws::Lambda::Types::ListCapacityProvidersRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

Specify the pagination token that’s returned by a previous request to retrieve the next page of results.

Returns:

  • (String)


6130
6131
6132
6133
6134
6135
6136
# File 'lib/aws-sdk-lambda/types.rb', line 6130

class ListCapacityProvidersRequest < Struct.new(
  :state,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The maximum number of capacity providers to return.

Returns:

  • (Integer)


6130
6131
6132
6133
6134
6135
6136
# File 'lib/aws-sdk-lambda/types.rb', line 6130

class ListCapacityProvidersRequest < Struct.new(
  :state,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Filter capacity providers by their current state.

Returns:

  • (String)


6130
6131
6132
6133
6134
6135
6136
# File 'lib/aws-sdk-lambda/types.rb', line 6130

class ListCapacityProvidersRequest < Struct.new(
  :state,
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end