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.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def family @family end |
#family_prefix ⇒ ::String
Returns the value of attribute family_prefix.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def family_prefix @family_prefix end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def next_token @next_token end |
#revision ⇒ "LAST_REGISTERED"
Returns the value of attribute revision.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def revision @revision end |
#sort ⇒ "ASC", "DESC"
Returns the value of attribute sort.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def sort @sort end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def status @status end |