Class: Aws::AppRunner::Types::PauseServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::PauseServiceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner service that you want to pause.
Instance Attribute Details
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner service that you want to pause.
2359 2360 2361 2362 2363 |
# File 'lib/aws-sdk-apprunner/types.rb', line 2359 class PauseServiceRequest < Struct.new( :service_arn) SENSITIVE = [] include Aws::Structure end |