Class: Aws::AppRunner::Types::UpdateServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::UpdateServiceResponse
- Defined in:
- gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_id ⇒ String
The unique ID of the asynchronous operation that this request started.
-
#service ⇒ Types::Service
A description of the App Runner service updated by this request.
Instance Attribute Details
#operation_id ⇒ String
The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
3120 3121 3122 3123 3124 3125 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 3120 class UpdateServiceResponse < Struct.new( :service, :operation_id) SENSITIVE = [] include Aws::Structure end |
#service ⇒ Types::Service
A description of the App Runner service updated by this request. All
configuration values in the returned Service
structure reflect
configuration changes that are being applied by this request.
3120 3121 3122 3123 3124 3125 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 3120 class UpdateServiceResponse < Struct.new( :service, :operation_id) SENSITIVE = [] include Aws::Structure end |