Class: Aws::ECS::Types::DeleteDaemonRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#daemon_arnString

The Amazon Resource Name (ARN) of the daemon to delete.

Returns:

  • (String)


5099
5100
5101
5102
5103
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5099

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