Class: Aws::AppRunner::Types::PauseServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::PauseServiceRequest
- Defined in:
- gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb
Overview
Note:
When making an API call, you may pass PauseServiceRequest data as a hash:
{
service_arn: "AppRunnerResourceArn", # required
}
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.
2353 2354 2355 2356 2357 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2353 class PauseServiceRequest < Struct.new( :service_arn) SENSITIVE = [] include Aws::Structure end |