Class: Aws::AppRunner::Types::ResumeServiceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apprunner/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

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.



2425
2426
2427
2428
2429
2430
# File 'lib/aws-sdk-apprunner/types.rb', line 2425

class ResumeServiceResponse < Struct.new(
  :service,
  :operation_id)
  SENSITIVE = []
  include Aws::Structure
end

#serviceTypes::Service

A description of the App Runner service that this request just resumed.



2425
2426
2427
2428
2429
2430
# File 'lib/aws-sdk-apprunner/types.rb', line 2425

class ResumeServiceResponse < Struct.new(
  :service,
  :operation_id)
  SENSITIVE = []
  include Aws::Structure
end