Class: Aws::AppRunner::Types::UpdateServiceResponse

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.

Returns:

  • (String)


2969
2970
2971
2972
2973
2974
# File 'lib/aws-sdk-apprunner/types.rb', line 2969

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

#serviceTypes::Service

A description of the App Runner service updated by this request. All configuration values in the returned ‘Service` structure reflect configuration changes that are being applied by this request.

Returns:



2969
2970
2971
2972
2973
2974
# File 'lib/aws-sdk-apprunner/types.rb', line 2969

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