Class: Aws::Types::EcsTask

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_uids::Array[::String]

Returns the value of attribute container_uids.

Returns:

  • (::Array[::String])


1079
1080
1081
# File 'sig/types.rbs', line 1079

def container_uids
  @container_uids
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def created_at
  @created_at
end

#launch_type"FARGATE", "EC2"

Returns the value of attribute launch_type.

Returns:

  • ("FARGATE", "EC2")


1078
1079
1080
# File 'sig/types.rbs', line 1078

def launch_type
  @launch_type
end

#task_definition_arn::String

Returns the value of attribute task_definition_arn.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def task_definition_arn
  @task_definition_arn
end