Class: Aws::AppRunner::Types::PauseServiceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apprunner/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.

Returns:

  • (String)


2369
2370
2371
2372
2373
2374
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2369

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

#serviceTypes::Service

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

Returns:



2369
2370
2371
2372
2373
2374
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2369

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