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.
474 475 476 |
# File 'sig/types.rbs', line 474 def managed_keys @managed_keys end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
475 476 477 |
# File 'sig/types.rbs', line 475 def next_marker @next_marker end |