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.
7723 7724 7725 |
# File 'sig/types.rbs', line 7723 def creation_time_after @creation_time_after end |
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
7724 7725 7726 |
# File 'sig/types.rbs', line 7724 def creation_time_before @creation_time_before end |
#last_modified_time_after ⇒ ::Time
Returns the value of attribute last_modified_time_after.
7725 7726 7727 |
# File 'sig/types.rbs', line 7725 def last_modified_time_after @last_modified_time_after end |
#last_modified_time_before ⇒ ::Time
Returns the value of attribute last_modified_time_before.
7726 7727 7728 |
# File 'sig/types.rbs', line 7726 def last_modified_time_before @last_modified_time_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7727 7728 7729 |
# File 'sig/types.rbs', line 7727 def max_results @max_results end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
7728 7729 7730 |
# File 'sig/types.rbs', line 7728 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7729 7730 7731 |
# File 'sig/types.rbs', line 7729 def next_token @next_token end |
#sort_by ⇒ "CREATION_TIME", ...
Returns the value of attribute sort_by.
7730 7731 7732 |
# File 'sig/types.rbs', line 7730 def sort_by @sort_by end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
7731 7732 7733 |
# File 'sig/types.rbs', line 7731 def sort_order @sort_order end |