Class: Aws::ECS::Types::CreateCapacityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::CreateCapacityProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_provider ⇒ Types::CapacityProvider
The full description of the new capacity provider.
Instance Attribute Details
#capacity_provider ⇒ Types::CapacityProvider
The full description of the new capacity provider.
2462 2463 2464 2465 2466 |
# File 'lib/aws-sdk-ecs/types.rb', line 2462 class CreateCapacityProviderResponse < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end |