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