Class: Aws::ECS::Types::RegisterTaskDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::RegisterTaskDefinitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The list of tags associated with the task definition.
-
#task_definition ⇒ Types::TaskDefinition
The full description of the registered task definition.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The list of tags associated with the task definition.
8226 8227 8228 8229 8230 8231 |
# File 'lib/aws-sdk-ecs/types.rb', line 8226 class RegisterTaskDefinitionResponse < Struct.new( :task_definition, :tags) SENSITIVE = [] include Aws::Structure end |
#task_definition ⇒ Types::TaskDefinition
The full description of the registered task definition.
8226 8227 8228 8229 8230 8231 |
# File 'lib/aws-sdk-ecs/types.rb', line 8226 class RegisterTaskDefinitionResponse < Struct.new( :task_definition, :tags) SENSITIVE = [] include Aws::Structure end |