Class: Aws::AppRunner::Types::DeleteServiceRequest

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 delete.

Returns:

  • (String)


1032
1033
1034
1035
1036
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1032

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