Class: Aws::GuardDuty::Types::EcsTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::EcsTask
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about Amazon ECS task involved in a GuardDuty finding, including task definition and container identifiers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_uids ⇒ Array<String>
A list of unique identifiers for the containers associated with the Amazon ECS task.
-
#created_at ⇒ Time
The timestamp indicating when the Amazon ECS task was created, in UTC format.
-
#launch_type ⇒ String
The infrastructure type on which the Amazon ECS task runs.
-
#task_definition_arn ⇒ String
The ARN of task definition which describes the container and volume definitions of the Amazon ECS task.
Instance Attribute Details
#container_uids ⇒ Array<String>
A list of unique identifiers for the containers associated with the Amazon ECS task.
3752 3753 3754 3755 3756 3757 3758 3759 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3752 class EcsTask < Struct.new( :created_at, :task_definition_arn, :launch_type, :container_uids) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp indicating when the Amazon ECS task was created, in UTC format.
3752 3753 3754 3755 3756 3757 3758 3759 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3752 class EcsTask < Struct.new( :created_at, :task_definition_arn, :launch_type, :container_uids) SENSITIVE = [] include Aws::Structure end |
#launch_type ⇒ String
The infrastructure type on which the Amazon ECS task runs.
3752 3753 3754 3755 3756 3757 3758 3759 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3752 class EcsTask < Struct.new( :created_at, :task_definition_arn, :launch_type, :container_uids) SENSITIVE = [] include Aws::Structure end |
#task_definition_arn ⇒ String
The ARN of task definition which describes the container and volume definitions of the Amazon ECS task.
3752 3753 3754 3755 3756 3757 3758 3759 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3752 class EcsTask < Struct.new( :created_at, :task_definition_arn, :launch_type, :container_uids) SENSITIVE = [] include Aws::Structure end |