Class: Aws::Types::ListDeviceFleetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDeviceFleetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
-
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
-
#last_modified_time_after ⇒ ::Time
Returns the value of attribute last_modified_time_after.
-
#last_modified_time_before ⇒ ::Time
Returns the value of attribute last_modified_time_before.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "NAME", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
Instance Attribute Details
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
7452 7453 7454 |
# File 'sig/types.rbs', line 7452 def creation_time_after @creation_time_after end |
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
7453 7454 7455 |
# File 'sig/types.rbs', line 7453 def creation_time_before @creation_time_before end |
#last_modified_time_after ⇒ ::Time
Returns the value of attribute last_modified_time_after.
7454 7455 7456 |
# File 'sig/types.rbs', line 7454 def last_modified_time_after @last_modified_time_after end |
#last_modified_time_before ⇒ ::Time
Returns the value of attribute last_modified_time_before.
7455 7456 7457 |
# File 'sig/types.rbs', line 7455 def last_modified_time_before @last_modified_time_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7451 7452 7453 |
# File 'sig/types.rbs', line 7451 def max_results @max_results end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
7456 7457 7458 |
# File 'sig/types.rbs', line 7456 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7450 7451 7452 |
# File 'sig/types.rbs', line 7450 def next_token @next_token end |
#sort_by ⇒ "NAME", ...
Returns the value of attribute sort_by.
7457 7458 7459 |
# File 'sig/types.rbs', line 7457 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
7458 7459 7460 |
# File 'sig/types.rbs', line 7458 def sort_order @sort_order end |