Class: Aws::GuardDuty::Types::EcsTask

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#container_uidsArray<String>

A list of unique identifiers for the containers associated with the Amazon ECS task.

Returns:

  • (Array<String>)


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_atTime

The timestamp indicating when the Amazon ECS task was created, in UTC format.

Returns:

  • (Time)


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_typeString

The infrastructure type on which the Amazon ECS task runs.

Returns:

  • (String)


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_arnString

The ARN of task definition which describes the container and volume definitions of the Amazon ECS task.

Returns:

  • (String)


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