Class: Aws::GuardDuty::Types::EcsTaskDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::EcsTaskDetails
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the task in an ECS cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the task.
-
#containers ⇒ Array<Types::Container>
The containers that's associated with the task.
-
#definition_arn ⇒ String
The ARN of the task definition that creates the task.
-
#group ⇒ String
The name of the task group that's associated with the task.
-
#launch_type ⇒ String
A capacity on which the task is running.
-
#started_at ⇒ Time
The Unix timestamp for the time when the task started.
-
#started_by ⇒ String
Contains the tag specified when a task is started.
-
#tags ⇒ Array<Types::Tag>
The tags of the ECS Task.
-
#task_created_at ⇒ Time
The Unix timestamp for the time when the task was created.
-
#version ⇒ String
The version counter for the task.
-
#volumes ⇒ Array<Types::Volume>
The list of data volume definitions for the task.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the task.
2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2917 class EcsTaskDetails < Struct.new( :arn, :definition_arn, :version, :task_created_at, :started_at, :started_by, :tags, :volumes, :containers, :group, :launch_type) SENSITIVE = [] include Aws::Structure end |
#containers ⇒ Array<Types::Container>
The containers that's associated with the task.
2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2917 class EcsTaskDetails < Struct.new( :arn, :definition_arn, :version, :task_created_at, :started_at, :started_by, :tags, :volumes, :containers, :group, :launch_type) SENSITIVE = [] include Aws::Structure end |
#definition_arn ⇒ String
The ARN of the task definition that creates the task.
2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2917 class EcsTaskDetails < Struct.new( :arn, :definition_arn, :version, :task_created_at, :started_at, :started_by, :tags, :volumes, :containers, :group, :launch_type) SENSITIVE = [] include Aws::Structure end |
#group ⇒ String
The name of the task group that's associated with the task.
2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2917 class EcsTaskDetails < Struct.new( :arn, :definition_arn, :version, :task_created_at, :started_at, :started_by, :tags, :volumes, :containers, :group, :launch_type) SENSITIVE = [] include Aws::Structure end |
#launch_type ⇒ String
A capacity on which the task is running. For example, Fargate
and
EC2
.
2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2917 class EcsTaskDetails < Struct.new( :arn, :definition_arn, :version, :task_created_at, :started_at, :started_by, :tags, :volumes, :containers, :group, :launch_type) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The Unix timestamp for the time when the task started.
2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2917 class EcsTaskDetails < Struct.new( :arn, :definition_arn, :version, :task_created_at, :started_at, :started_by, :tags, :volumes, :containers, :group, :launch_type) SENSITIVE = [] include Aws::Structure end |
#started_by ⇒ String
Contains the tag specified when a task is started.
2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2917 class EcsTaskDetails < Struct.new( :arn, :definition_arn, :version, :task_created_at, :started_at, :started_by, :tags, :volumes, :containers, :group, :launch_type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags of the ECS Task.
2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2917 class EcsTaskDetails < Struct.new( :arn, :definition_arn, :version, :task_created_at, :started_at, :started_by, :tags, :volumes, :containers, :group, :launch_type) SENSITIVE = [] include Aws::Structure end |
#task_created_at ⇒ Time
The Unix timestamp for the time when the task was created.
2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2917 class EcsTaskDetails < Struct.new( :arn, :definition_arn, :version, :task_created_at, :started_at, :started_by, :tags, :volumes, :containers, :group, :launch_type) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version counter for the task.
2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2917 class EcsTaskDetails < Struct.new( :arn, :definition_arn, :version, :task_created_at, :started_at, :started_by, :tags, :volumes, :containers, :group, :launch_type) SENSITIVE = [] include Aws::Structure end |
#volumes ⇒ Array<Types::Volume>
The list of data volume definitions for the task.
2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2917 class EcsTaskDetails < Struct.new( :arn, :definition_arn, :version, :task_created_at, :started_at, :started_by, :tags, :volumes, :containers, :group, :launch_type) SENSITIVE = [] include Aws::Structure end |