Class: Aws::Types::PrefetchConsumption
- Inherits:
-
Object
- Object
- Aws::Types::PrefetchConsumption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#avail_matching_criteria ⇒ ::Array[Types::AvailMatchingCriteria]
Returns the value of attribute avail_matching_criteria.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#avail_matching_criteria ⇒ ::Array[Types::AvailMatchingCriteria]
Returns the value of attribute avail_matching_criteria.
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.
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.
903 904 905 |
# File 'sig/types.rbs', line 903 def start_time @start_time end |