Class: Aws::Types::PrefetchRetrieval
- Inherits:
-
Object
- Object
- Aws::Types::PrefetchRetrieval
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dynamic_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute dynamic_variables.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#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
#dynamic_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute dynamic_variables.
908 909 910 |
# File 'sig/types.rbs', line 908 def dynamic_variables @dynamic_variables end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
909 910 911 |
# File 'sig/types.rbs', line 909 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
910 911 912 |
# File 'sig/types.rbs', line 910 def start_time @start_time end |
#traffic_shaping_retrieval_window ⇒ Types::TrafficShapingRetrievalWindow
Returns the value of attribute traffic_shaping_retrieval_window.
912 913 914 |
# File 'sig/types.rbs', line 912 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.
913 914 915 |
# File 'sig/types.rbs', line 913 def traffic_shaping_tps_configuration @traffic_shaping_tps_configuration end |
#traffic_shaping_type ⇒ "RETRIEVAL_WINDOW", "TPS"
Returns the value of attribute traffic_shaping_type.
911 912 913 |
# File 'sig/types.rbs', line 911 def traffic_shaping_type @traffic_shaping_type end |