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)


4085
4086
4087
4088
4089
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4085

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