Class: Aws::Types::RecurringRetrieval
- Inherits:
-
Object
- Object
- Aws::Types::RecurringRetrieval
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delay_after_avail_end_seconds ⇒ ::Integer
Returns the value of attribute delay_after_avail_end_seconds.
-
#dynamic_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute dynamic_variables.
-
#traffic_shaping_retrieval_window ⇒ Types::TrafficShapingRetrievalWindow
Returns the value of attribute traffic_shaping_retrieval_window.
-
#traffic_shaping_tps_configuration ⇒ Types::TrafficShapingTpsConfiguration
Returns the value of attribute traffic_shaping_tps_configuration.
-
#traffic_shaping_type ⇒ "RETRIEVAL_WINDOW", "TPS"
Returns the value of attribute traffic_shaping_type.
Instance Attribute Details
#delay_after_avail_end_seconds ⇒ ::Integer
Returns the value of attribute delay_after_avail_end_seconds.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def delay_after_avail_end_seconds @delay_after_avail_end_seconds end |
#dynamic_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute dynamic_variables.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def dynamic_variables @dynamic_variables end |
#traffic_shaping_retrieval_window ⇒ Types::TrafficShapingRetrievalWindow
Returns the value of attribute traffic_shaping_retrieval_window.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def traffic_shaping_retrieval_window @traffic_shaping_retrieval_window end |
#traffic_shaping_tps_configuration ⇒ Types::TrafficShapingTpsConfiguration
Returns the value of attribute traffic_shaping_tps_configuration.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def traffic_shaping_tps_configuration @traffic_shaping_tps_configuration end |
#traffic_shaping_type ⇒ "RETRIEVAL_WINDOW", "TPS"
Returns the value of attribute traffic_shaping_type.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def traffic_shaping_type @traffic_shaping_type end |