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.
927 928 929 |
# File 'sig/types.rbs', line 927 def dynamic_variables @dynamic_variables end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
928 929 930 |
# File 'sig/types.rbs', line 928 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
929 930 931 |
# File 'sig/types.rbs', line 929 def start_time @start_time end |
#traffic_shaping_retrieval_window ⇒ Types::TrafficShapingRetrievalWindow
Returns the value of attribute traffic_shaping_retrieval_window.
931 932 933 |
# File 'sig/types.rbs', line 931 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.
932 933 934 |
# File 'sig/types.rbs', line 932 def traffic_shaping_tps_configuration @traffic_shaping_tps_configuration end |
#traffic_shaping_type ⇒ "RETRIEVAL_WINDOW", "TPS"
Returns the value of attribute traffic_shaping_type.
930 931 932 |
# File 'sig/types.rbs', line 930 def traffic_shaping_type @traffic_shaping_type end |