Class: Aws::Types::EcsTaskDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def arn
  @arn
end

#containers::Array[Types::Container]

Returns the value of attribute containers.

Returns:



1092
1093
1094
# File 'sig/types.rbs', line 1092

def containers
  @containers
end

#definition_arn::String

Returns the value of attribute definition_arn.

Returns:

  • (::String)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def definition_arn
  @definition_arn
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def group
  @group
end

#launch_type::String

Returns the value of attribute launch_type.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def launch_type
  @launch_type
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def started_at
  @started_at
end

#started_by::String

Returns the value of attribute started_by.

Returns:

  • (::String)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def started_by
  @started_by
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1090
1091
1092
# File 'sig/types.rbs', line 1090

def tags
  @tags
end

#task_created_at::Time

Returns the value of attribute task_created_at.

Returns:

  • (::Time)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def task_created_at
  @task_created_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def version
  @version
end

#volumes::Array[Types::Volume]

Returns the value of attribute volumes.

Returns:



1091
1092
1093
# File 'sig/types.rbs', line 1091

def volumes
  @volumes
end