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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2761
2762
2763
2764
2765
# File 'lib/aws-sdk-apprunner/types.rb', line 2761

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