Class: Aws::AppRunner::Types::StartDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::StartDeploymentResponse
- 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.
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.
2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2623 class StartDeploymentResponse < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |