Class: Aws::Types::ListImageVersionsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_after::Time

Returns the value of attribute creation_time_after.

Returns:

  • (::Time)


7704
7705
7706
# File 'sig/types.rbs', line 7704

def creation_time_after
  @creation_time_after
end

#creation_time_before::Time

Returns the value of attribute creation_time_before.

Returns:

  • (::Time)


7705
7706
7707
# File 'sig/types.rbs', line 7705

def creation_time_before
  @creation_time_before
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


7706
7707
7708
# File 'sig/types.rbs', line 7706

def image_name
  @image_name
end

#last_modified_time_after::Time

Returns the value of attribute last_modified_time_after.

Returns:

  • (::Time)


7707
7708
7709
# File 'sig/types.rbs', line 7707

def last_modified_time_after
  @last_modified_time_after
end

#last_modified_time_before::Time

Returns the value of attribute last_modified_time_before.

Returns:

  • (::Time)


7708
7709
7710
# File 'sig/types.rbs', line 7708

def last_modified_time_before
  @last_modified_time_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7709
7710
7711
# File 'sig/types.rbs', line 7709

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7710
7711
7712
# File 'sig/types.rbs', line 7710

def next_token
  @next_token
end

#sort_by"CREATION_TIME", ...

Returns the value of attribute sort_by.

Returns:

  • ("CREATION_TIME", "LAST_MODIFIED_TIME", "VERSION")


7711
7712
7713
# File 'sig/types.rbs', line 7711

def sort_by
  @sort_by
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


7712
7713
7714
# File 'sig/types.rbs', line 7712

def sort_order
  @sort_order
end