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.
The response includes a lifecycleHookDetails field, which is an
empty array when the service is created or updated. The values are
populated when a lifecycle hook executes and are available as part
of the service deployment details (DescribeServiceDeployments).
19097 19098 19099 19100 19101 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 19097 class UpdateServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |