Class: Aws::Types::ListSignalMapsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSignalMapsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_alarm_template_group_identifier ⇒ ::String
Returns the value of attribute cloud_watch_alarm_template_group_identifier.
-
#event_bridge_rule_template_group_identifier ⇒ ::String
Returns the value of attribute event_bridge_rule_template_group_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cloud_watch_alarm_template_group_identifier ⇒ ::String
Returns the value of attribute cloud_watch_alarm_template_group_identifier.
4335 4336 4337 |
# File 'sig/types.rbs', line 4335 def cloud_watch_alarm_template_group_identifier @cloud_watch_alarm_template_group_identifier end |
#event_bridge_rule_template_group_identifier ⇒ ::String
Returns the value of attribute event_bridge_rule_template_group_identifier.
4336 4337 4338 |
# File 'sig/types.rbs', line 4336 def event_bridge_rule_template_group_identifier @event_bridge_rule_template_group_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4337 4338 4339 |
# File 'sig/types.rbs', line 4337 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4338 4339 4340 |
# File 'sig/types.rbs', line 4338 def next_token @next_token end |