Class: Aws::Types::ListTasksRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTasksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#container_instance ⇒ ::String
Returns the value of attribute container_instance.
-
#daemon_name ⇒ ::String
Returns the value of attribute daemon_name.
-
#desired_status ⇒ "RUNNING", ...
Returns the value of attribute desired_status.
-
#family ⇒ ::String
Returns the value of attribute family.
-
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#started_by ⇒ ::String
Returns the value of attribute started_by.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def cluster @cluster end |
#container_instance ⇒ ::String
Returns the value of attribute container_instance.
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.
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.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def desired_status @desired_status end |
#family ⇒ ::String
Returns the value of attribute family.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def family @family end |
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
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.
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.
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.
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.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def started_by @started_by end |