Class: Aws::Types::DataRetrievalRule
- Inherits:
-
Object
- Object
- Aws::Types::DataRetrievalRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes_per_hour ⇒ ::Integer
Returns the value of attribute bytes_per_hour.
-
#strategy ⇒ ::String
Returns the value of attribute strategy.
Instance Attribute Details
#bytes_per_hour ⇒ ::Integer
Returns the value of attribute bytes_per_hour.
91 92 93 |
# File 'sig/types.rbs', line 91 def bytes_per_hour @bytes_per_hour end |
#strategy ⇒ ::String
Returns the value of attribute strategy.
90 91 92 |
# File 'sig/types.rbs', line 90 def strategy @strategy end |