Class: Aws::Lambda::Types::DeleteCapacityProviderRequest

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_provider_nameString

The name of the capacity provider to delete.

Returns:

  • (String)


1613
1614
1615
1616
1617
# File 'lib/aws-sdk-lambda/types.rb', line 1613

class DeleteCapacityProviderRequest < Struct.new(
  :capacity_provider_name)
  SENSITIVE = []
  include Aws::Structure
end