Class: Aws::ECS::Types::UpdateServiceResponse

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 update call.

Returns:



7474
7475
7476
7477
# File 'lib/aws-sdk-ecs/types.rb', line 7474

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