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:



901
902
903
# File 'sig/types.rbs', line 901

def avail_matching_criteria
  @avail_matching_criteria
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


902
903
904
# File 'sig/types.rbs', line 902

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


903
904
905
# File 'sig/types.rbs', line 903

def start_time
  @start_time
end