Class: Aws::ECS::Types::UpdateServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::UpdateServiceResponse
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::Service
The full description of your service following the update call.
Instance Attribute Details
#service ⇒ Types::Service
The full description of your service following the update call.
18915 18916 18917 18918 18919 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 18915 class UpdateServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |