Class: Aws::AppRunner::Types::StartDeploymentRequest

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 manually deploy to.

Returns:

  • (String)


2609
2610
2611
2612
2613
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2609

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