Class: Aws::ECS::Types::DeleteExpressGatewayServiceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_arnString

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.

Returns:

  • (String)


3879
3880
3881
3882
3883
# File 'lib/aws-sdk-ecs/types.rb', line 3879

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