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.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def end_time @end_time end |
#recurring_consumption ⇒ Types::RecurringConsumption
Returns the value of attribute recurring_consumption.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def recurring_consumption @recurring_consumption end |
#recurring_retrieval ⇒ Types::RecurringRetrieval
Returns the value of attribute recurring_retrieval.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def recurring_retrieval @recurring_retrieval end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def start_time @start_time end |