Class: Aws::ECS::Types::DeleteDaemonTaskDefinitionResponse

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

#daemon_task_definition_arnString

The full Amazon Resource Name (ARN) of the deleted daemon task definition.

Returns:

  • (String)


5191
5192
5193
5194
5195
# File 'lib/aws-sdk-ecs/types.rb', line 5191

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