Class: Aws::Types::ListDaemonTaskDefinitionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDaemonTaskDefinitionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#family ⇒ ::String
Returns the value of attribute family.
-
#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.
-
#revision ⇒ "LAST_REGISTERED"
Returns the value of attribute revision.
-
#sort ⇒ "ASC", "DESC"
Returns the value of attribute sort.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#family ⇒ ::String
Returns the value of attribute family.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def family @family end |
#family_prefix ⇒ ::String
Returns the value of attribute family_prefix.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def family_prefix @family_prefix end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def next_token @next_token end |
#revision ⇒ "LAST_REGISTERED"
Returns the value of attribute revision.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def revision @revision end |
#sort ⇒ "ASC", "DESC"
Returns the value of attribute sort.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def sort @sort end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def status @status end |