Class: Aws::Types::InventoryRetrievalJobInput
- Inherits:
-
Object
- Object
- Aws::Types::InventoryRetrievalJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#limit ⇒ ::String
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
Instance Attribute Details
#end_date ⇒ ::Time
Returns the value of attribute end_date.
325 326 327 |
# File 'sig/types.rbs', line 325 def end_date @end_date end |
#limit ⇒ ::String
Returns the value of attribute limit.
326 327 328 |
# File 'sig/types.rbs', line 326 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
327 328 329 |
# File 'sig/types.rbs', line 327 def marker @marker end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
324 325 326 |
# File 'sig/types.rbs', line 324 def start_date @start_date end |