Class: Aws::Lambda::Types::ListCapacityProvidersResponse

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

#capacity_providersArray<Types::CapacityProvider>

A list of capacity providers in your account.

Returns:



6148
6149
6150
6151
6152
6153
# File 'lib/aws-sdk-lambda/types.rb', line 6148

class ListCapacityProvidersResponse < Struct.new(
  :capacity_providers,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

The pagination token that’s included if more results are available.

Returns:

  • (String)


6148
6149
6150
6151
6152
6153
# File 'lib/aws-sdk-lambda/types.rb', line 6148

class ListCapacityProvidersResponse < Struct.new(
  :capacity_providers,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end