Class: Aws::Types::ListTargetsByRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTargetsByRuleRequest
- 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.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rule ⇒ ::String
Returns the value of attribute rule.
Instance Attribute Details
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
862 863 864 |
# File 'sig/types.rbs', line 862 def event_bus_name @event_bus_name end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
864 865 866 |
# File 'sig/types.rbs', line 864 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
863 864 865 |
# File 'sig/types.rbs', line 863 def next_token @next_token end |
#rule ⇒ ::String
Returns the value of attribute rule.
861 862 863 |
# File 'sig/types.rbs', line 861 def rule @rule end |