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])


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.

Returns:

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

Returns:

  • (::Time)


929
930
931
# File 'sig/types.rbs', line 929

def start_time
  @start_time
end

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

Returns:

  • ("RETRIEVAL_WINDOW", "TPS")


930
931
932
# File 'sig/types.rbs', line 930

def traffic_shaping_type
  @traffic_shaping_type
end