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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



13428
13429
13430
13431
13432
# File 'lib/aws-sdk-ecs/types.rb', line 13428

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