Class: Aws::Types::GetRateBasedRuleManagedKeysRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRateBasedRuleManagedKeysRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
486 487 488 |
# File 'sig/types.rbs', line 486 def next_marker @next_marker end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
485 486 487 |
# File 'sig/types.rbs', line 485 def rule_id @rule_id end |