Class: Aws::Types::ListImagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListImagesRequest
- 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 ⇒ "CREATION_TIME", ...
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.
7738 7739 7740 |
# File 'sig/types.rbs', line 7738 def creation_time_after @creation_time_after end |
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
7739 7740 7741 |
# File 'sig/types.rbs', line 7739 def creation_time_before @creation_time_before end |
#last_modified_time_after ⇒ ::Time
Returns the value of attribute last_modified_time_after.
7740 7741 7742 |
# File 'sig/types.rbs', line 7740 def last_modified_time_after @last_modified_time_after end |
#last_modified_time_before ⇒ ::Time
Returns the value of attribute last_modified_time_before.
7741 7742 7743 |
# File 'sig/types.rbs', line 7741 def last_modified_time_before @last_modified_time_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7742 7743 7744 |
# File 'sig/types.rbs', line 7742 def max_results @max_results end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
7743 7744 7745 |
# File 'sig/types.rbs', line 7743 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7744 7745 7746 |
# File 'sig/types.rbs', line 7744 def next_token @next_token end |
#sort_by ⇒ "CREATION_TIME", ...
Returns the value of attribute sort_by.
7745 7746 7747 |
# File 'sig/types.rbs', line 7745 def sort_by @sort_by end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
7746 7747 7748 |
# File 'sig/types.rbs', line 7746 def sort_order @sort_order end |