Class: Aws::Lambda::Types::GetCapacityProviderResponse

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_providerTypes::CapacityProvider

Information about the capacity provider, including its configuration and current state.



4098
4099
4100
4101
4102
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4098

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