Class: Aws::AppRunner::Types::ResumeServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::ResumeServiceResponse
- 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 that this request just resumed.
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.
2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2416 class ResumeServiceResponse < Struct.new( :service, :operation_id) SENSITIVE = [] include Aws::Structure end |
#service ⇒ Types::Service
A description of the App Runner service that this request just resumed.
2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2416 class ResumeServiceResponse < Struct.new( :service, :operation_id) SENSITIVE = [] include Aws::Structure end |