Class: Aws::ECS::Types::DeleteDaemonTaskDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeleteDaemonTaskDefinitionResponse
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#daemon_task_definition_arn ⇒ String
The full Amazon Resource Name (ARN) of the deleted daemon task definition.
Instance Attribute Details
#daemon_task_definition_arn ⇒ String
The full Amazon Resource Name (ARN) of the deleted daemon task definition.
5160 5161 5162 5163 5164 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5160 class DeleteDaemonTaskDefinitionResponse < Struct.new( :daemon_task_definition_arn) SENSITIVE = [] include Aws::Structure end |