Class: Aws::Types::RecurringPrefetchConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RecurringPrefetchConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#recurring_consumption ⇒ Types::RecurringConsumption
Returns the value of attribute recurring_consumption.
-
#recurring_retrieval ⇒ Types::RecurringRetrieval
Returns the value of attribute recurring_retrieval.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def end_time @end_time end |
#recurring_consumption ⇒ Types::RecurringConsumption
Returns the value of attribute recurring_consumption.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def recurring_consumption @recurring_consumption end |
#recurring_retrieval ⇒ Types::RecurringRetrieval
Returns the value of attribute recurring_retrieval.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def recurring_retrieval @recurring_retrieval end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def start_time @start_time end |