Class: Aws::AppRunner::Types::DeleteServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DeleteServiceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
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 delete.
Instance Attribute Details
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner service that you want to delete.
1032 1033 1034 1035 1036 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1032 class DeleteServiceRequest < Struct.new( :service_arn) SENSITIVE = [] include Aws::Structure end |