Class: Aws::Types::InventoryRetrievalJobInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#end_date::Time

Returns the value of attribute end_date.

Returns:



325
326
327
# File 'sig/types.rbs', line 325

def end_date
  @end_date
end

#limit::String

Returns the value of attribute limit.

Returns:



326
327
328
# File 'sig/types.rbs', line 326

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:



327
328
329
# File 'sig/types.rbs', line 327

def marker
  @marker
end

#start_date::Time

Returns the value of attribute start_date.

Returns:



324
325
326
# File 'sig/types.rbs', line 324

def start_date
  @start_date
end