Class: Aws::ECS::Types::DeregisterTaskDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeregisterTaskDefinitionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
<zonbook />
<xhtml />
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_definition ⇒ String
The
familyandrevision(family:revision) or full Amazon Resource Name (ARN) of the task definition to deregister.
Instance Attribute Details
#task_definition ⇒ String
The family and revision (family:revision) or full Amazon Resource Name (ARN) of the task definition to deregister. You must specify a revision.
6146 6147 6148 6149 6150 |
# File 'lib/aws-sdk-ecs/types.rb', line 6146 class DeregisterTaskDefinitionRequest < Struct.new( :task_definition) SENSITIVE = [] include Aws::Structure end |