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.
8678 8679 8680 8681 8682 8683 |
# File 'lib/aws-sdk-ecs/types.rb', line 8678 class RegisterTaskDefinitionResponse < Struct.new( :task_definition, :tags) SENSITIVE = [] include Aws::Structure end |
#task_definition ⇒ Types::TaskDefinition
The full description of the registered task definition.
8678 8679 8680 8681 8682 8683 |
# File 'lib/aws-sdk-ecs/types.rb', line 8678 class RegisterTaskDefinitionResponse < Struct.new( :task_definition, :tags) SENSITIVE = [] include Aws::Structure end |