Class: Aws::ECS::Types::CreateServiceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#serviceTypes::Service

The full description of your service following the create call.

If a service is using the ‘ECS` deployment controller, the `deploymentController` and `taskSets` parameters will not be returned.

If the service is using the ‘CODE_DEPLOY` deployment controller, the `deploymentController`, `taskSets` and `deployments` parameters will be returned, however the `deployments` parameter will be an empty list.

Returns:



1898
1899
1900
1901
# File 'lib/aws-sdk-ecs/types.rb', line 1898

class CreateServiceResponse < Struct.new(
  :service)
  include Aws::Structure
end