Class: Aws::AppRunner::Types::DeleteServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DeleteServiceResponse
- Includes:
- Structure
- Defined in:
- 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 that this request just deleted.
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.
1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1051 class DeleteServiceResponse < Struct.new( :service, :operation_id) SENSITIVE = [] include Aws::Structure end |
#service ⇒ Types::Service
A description of the App Runner service that this request just deleted.
1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1051 class DeleteServiceResponse < Struct.new( :service, :operation_id) SENSITIVE = [] include Aws::Structure end |