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.
714 715 716 |
# File 'sig/types.rbs', line 714 def event_bus_name @event_bus_name end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
716 717 718 |
# File 'sig/types.rbs', line 716 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
715 716 717 |
# File 'sig/types.rbs', line 715 def next_token @next_token end |
#rule ⇒ ::String
Returns the value of attribute rule.
713 714 715 |
# File 'sig/types.rbs', line 713 def rule @rule end |