Class: Aws::ECS::Types::CreateCapacityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::CreateCapacityProviderResponse
- Defined in:
- gems/aws-sdk-ecs/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.
2440 2441 2442 2443 2444 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2440 class CreateCapacityProviderResponse < Struct.new( :capacity_provider) SENSITIVE = [] include Aws::Structure end |