Class: Aws::AppRunner::Types::PauseServiceRequest

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

#service_arnString

The Amazon Resource Name (ARN) of the App Runner service that you want to pause.

Returns:

  • (String)


2359
2360
2361
2362
2363
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2359

class PauseServiceRequest < Struct.new(
  :service_arn)
  SENSITIVE = []
  include Aws::Structure
end