Class: Aws::AppRunner::Types::PauseServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::PauseServiceResponse
- 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 paused.
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.
2380 2381 2382 2383 2384 2385 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2380 class PauseServiceResponse < Struct.new( :service, :operation_id) SENSITIVE = [] include Aws::Structure end |
#service ⇒ Types::Service
A description of the App Runner service that this request just paused.
2380 2381 2382 2383 2384 2385 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2380 class PauseServiceResponse < Struct.new( :service, :operation_id) SENSITIVE = [] include Aws::Structure end |