Class: Aws::Types::ListRulesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRulesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
838 839 840 |
# File 'sig/types.rbs', line 838 def event_bus_name @event_bus_name end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
840 841 842 |
# File 'sig/types.rbs', line 840 def limit @limit end |
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
837 838 839 |
# File 'sig/types.rbs', line 837 def name_prefix @name_prefix end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
839 840 841 |
# File 'sig/types.rbs', line 839 def next_token @next_token end |