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.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def delay_after_avail_end_seconds @delay_after_avail_end_seconds end |
#dynamic_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute dynamic_variables.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def dynamic_variables @dynamic_variables end |
#traffic_shaping_retrieval_window ⇒ Types::TrafficShapingRetrievalWindow
Returns the value of attribute traffic_shaping_retrieval_window.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 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.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def traffic_shaping_tps_configuration @traffic_shaping_tps_configuration end |
#traffic_shaping_type ⇒ "RETRIEVAL_WINDOW", "TPS"
Returns the value of attribute traffic_shaping_type.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def traffic_shaping_type @traffic_shaping_type end |