Class: Aws::Types::ListTaskDefinitionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTaskDefinitionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#family_prefix ⇒ ::String
Returns the value of attribute family_prefix.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort ⇒ "ASC", "DESC"
Returns the value of attribute sort.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#family_prefix ⇒ ::String
Returns the value of attribute family_prefix.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def family_prefix @family_prefix end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def next_token @next_token end |
#sort ⇒ "ASC", "DESC"
Returns the value of attribute sort.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def sort @sort end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def status @status end |