Class: Aws::ECS::Types::RegisterDaemonTaskDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::RegisterDaemonTaskDefinitionResponse
- 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 registered daemon task definition.
Instance Attribute Details
#daemon_task_definition_arn ⇒ String
The full Amazon Resource Name (ARN) of the registered daemon task definition.
13161 13162 13163 13164 13165 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13161 class RegisterDaemonTaskDefinitionResponse < Struct.new( :daemon_task_definition_arn) SENSITIVE = [] include Aws::Structure end |