Class: Aws::Types::InventoryRetrievalJobDescription
- Inherits:
-
Object
- Object
- Aws::Types::InventoryRetrievalJobDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#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.
317 318 319 |
# File 'sig/types.rbs', line 317 def end_date @end_date end |
#format ⇒ ::String
Returns the value of attribute format.
315 316 317 |
# File 'sig/types.rbs', line 315 def format @format end |
#limit ⇒ ::String
Returns the value of attribute limit.
318 319 320 |
# File 'sig/types.rbs', line 318 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
319 320 321 |
# File 'sig/types.rbs', line 319 def marker @marker end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
316 317 318 |
# File 'sig/types.rbs', line 316 def start_date @start_date end |