Class: Aws::Types::PrefetchConsumption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#avail_matching_criteria::Array[Types::AvailMatchingCriteria]

Returns the value of attribute avail_matching_criteria.

Returns:



920
921
922
# File 'sig/types.rbs', line 920

def avail_matching_criteria
  @avail_matching_criteria
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


921
922
923
# File 'sig/types.rbs', line 921

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


922
923
924
# File 'sig/types.rbs', line 922

def start_time
  @start_time
end