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:



1688
1689
1690
# File 'sig/types.rbs', line 1688

def cluster
  @cluster
end

#container_instance::String

Returns the value of attribute container_instance.

Returns:



1689
1690
1691
# File 'sig/types.rbs', line 1689

def container_instance
  @container_instance
end

#daemon_name::String

Returns the value of attribute daemon_name.

Returns:



1697
1698
1699
# File 'sig/types.rbs', line 1697

def daemon_name
  @daemon_name
end

#desired_status"RUNNING", ...

Returns the value of attribute desired_status.

Returns:



1695
1696
1697
# File 'sig/types.rbs', line 1695

def desired_status
  @desired_status
end

#family::String

Returns the value of attribute family.

Returns:



1690
1691
1692
# File 'sig/types.rbs', line 1690

def family
  @family
end

#launch_type"EC2", ...

Returns the value of attribute launch_type.

Returns:



1696
1697
1698
# File 'sig/types.rbs', line 1696

def launch_type
  @launch_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



1692
1693
1694
# File 'sig/types.rbs', line 1692

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1691
1692
1693
# File 'sig/types.rbs', line 1691

def next_token
  @next_token
end

#service_name::String

Returns the value of attribute service_name.

Returns:



1694
1695
1696
# File 'sig/types.rbs', line 1694

def service_name
  @service_name
end

#started_by::String

Returns the value of attribute started_by.

Returns:



1693
1694
1695
# File 'sig/types.rbs', line 1693

def started_by
  @started_by
end