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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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)


2051
2052
2053
2054
2055
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2051

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