Class: Aws::Types::ListTasksRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


1672
1673
1674
# File 'sig/types.rbs', line 1672

def cluster
  @cluster
end

#container_instance::String

Returns the value of attribute container_instance.

Returns:

  • (::String)


1673
1674
1675
# File 'sig/types.rbs', line 1673

def container_instance
  @container_instance
end

#daemon_name::String

Returns the value of attribute daemon_name.

Returns:

  • (::String)


1681
1682
1683
# File 'sig/types.rbs', line 1681

def daemon_name
  @daemon_name
end

#desired_status"RUNNING", ...

Returns the value of attribute desired_status.

Returns:

  • ("RUNNING", "PENDING", "STOPPED")


1679
1680
1681
# File 'sig/types.rbs', line 1679

def desired_status
  @desired_status
end

#family::String

Returns the value of attribute family.

Returns:

  • (::String)


1674
1675
1676
# File 'sig/types.rbs', line 1674

def family
  @family
end

#launch_type"EC2", ...

Returns the value of attribute launch_type.

Returns:

  • ("EC2", "FARGATE", "EXTERNAL", "MANAGED_INSTANCES")


1680
1681
1682
# File 'sig/types.rbs', line 1680

def launch_type
  @launch_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1676
1677
1678
# File 'sig/types.rbs', line 1676

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1675
1676
1677
# File 'sig/types.rbs', line 1675

def next_token
  @next_token
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1678
1679
1680
# File 'sig/types.rbs', line 1678

def service_name
  @service_name
end

#started_by::String

Returns the value of attribute started_by.

Returns:

  • (::String)


1677
1678
1679
# File 'sig/types.rbs', line 1677

def started_by
  @started_by
end