Class: Aws::ECS::Types::DeleteExpressGatewayServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeleteExpressGatewayServiceRequest
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the Express service to delete.
Instance Attribute Details
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the Express service to delete. The ARN uniquely identifies the service within your Amazon Web Services account and region.
5174 5175 5176 5177 5178 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5174 class DeleteExpressGatewayServiceRequest < Struct.new( :service_arn) SENSITIVE = [] include Aws::Structure end |