Class: Aws::Types::RecurringRetrieval

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delay_after_avail_end_seconds::Integer

Returns the value of attribute delay_after_avail_end_seconds.

Returns:

  • (::Integer)


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.

Returns:

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


1034
1035
1036
# File 'sig/types.rbs', line 1034

def dynamic_variables
  @dynamic_variables
end

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

Returns:

  • ("RETRIEVAL_WINDOW", "TPS")


1036
1037
1038
# File 'sig/types.rbs', line 1036

def traffic_shaping_type
  @traffic_shaping_type
end