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)


2062
2063
2064
2065
2066
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2062

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