Class: Aws::Types::GetRateBasedRuleManagedKeysResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRateBasedRuleManagedKeysResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_keys ⇒ ::Array[::String]
Returns the value of attribute managed_keys.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#managed_keys ⇒ ::Array[::String]
Returns the value of attribute managed_keys.
491 492 493 |
# File 'sig/types.rbs', line 491 def managed_keys @managed_keys end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
492 493 494 |
# File 'sig/types.rbs', line 492 def next_marker @next_marker end |