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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serviceTypes::Service

The full description of your service following the update call.

Returns:



12457
12458
12459
12460
12461
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12457

class UpdateServiceResponse < Struct.new(
  :service)
  SENSITIVE = []
  include Aws::Structure
end