Class: Aws::Types::AwsEcsTaskDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


2461
2462
2463
# File 'sig/types.rbs', line 2461

def cluster_arn
  @cluster_arn
end

#containers::Array[Types::AwsEcsContainerDetails]

Returns the value of attribute containers.

Returns:



2469
2470
2471
# File 'sig/types.rbs', line 2469

def containers
  @containers
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


2464
2465
2466
# File 'sig/types.rbs', line 2464

def created_at
  @created_at
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


2467
2468
2469
# File 'sig/types.rbs', line 2467

def group
  @group
end

#started_at::String

Returns the value of attribute started_at.

Returns:

  • (::String)


2465
2466
2467
# File 'sig/types.rbs', line 2465

def started_at
  @started_at
end

#started_by::String

Returns the value of attribute started_by.

Returns:

  • (::String)


2466
2467
2468
# File 'sig/types.rbs', line 2466

def started_by
  @started_by
end

#task_definition_arn::String

Returns the value of attribute task_definition_arn.

Returns:

  • (::String)


2462
2463
2464
# File 'sig/types.rbs', line 2462

def task_definition_arn
  @task_definition_arn
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2463
2464
2465
# File 'sig/types.rbs', line 2463

def version
  @version
end

#volumes::Array[Types::AwsEcsTaskVolumeDetails]

Returns the value of attribute volumes.

Returns:



2468
2469
2470
# File 'sig/types.rbs', line 2468

def volumes
  @volumes
end