Class: Aws::Types::InventoryRetrievalJobDescription

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:

  • (::Time)


317
318
319
# File 'sig/types.rbs', line 317

def end_date
  @end_date
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def format
  @format
end

#limit::String

Returns the value of attribute limit.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def marker
  @marker
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


316
317
318
# File 'sig/types.rbs', line 316

def start_date
  @start_date
end