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.

Returns:



1629
1630
1631
1632
# File 'lib/aws-sdk-ecs/types.rb', line 1629

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