Class: Aws::Types::PrefetchRetrieval

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_variables::Hash[::String, ::String]

Returns the value of attribute dynamic_variables.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::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.

Returns:

  • (::Time)


910
911
912
# File 'sig/types.rbs', line 910

def start_time
  @start_time
end

#traffic_shaping_retrieval_windowTypes::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_configurationTypes::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.

Returns:

  • ("RETRIEVAL_WINDOW", "TPS")


911
912
913
# File 'sig/types.rbs', line 911

def traffic_shaping_type
  @traffic_shaping_type
end