Class: Aws::Lambda::Types::GetCapacityProviderRequest

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 retrieve.

Returns:

  • (String)


4328
4329
4330
4331
4332
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4328

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