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.
469 470 471 |
# File 'sig/types.rbs', line 469 def next_marker @next_marker end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
468 469 470 |
# File 'sig/types.rbs', line 468 def rule_id @rule_id end |