Class: Aws::ECS::Types::DeleteDaemonTaskDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeleteDaemonTaskDefinitionResponse
- Includes:
- Structure
- Defined in:
- 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.
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 |