Class: Aws::AppRunner::Types::StartDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::StartDeploymentRequest
- Defined in:
- gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb
Overview
Note:
When making an API call, you may pass StartDeploymentRequest 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 manually deploy to.
Instance Attribute Details
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner service that you want to manually deploy to.
2839 2840 2841 2842 2843 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2839 class StartDeploymentRequest < Struct.new( :service_arn) SENSITIVE = [] include Aws::Structure end |