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.
4345 4346 4347 |
# File 'sig/types.rbs', line 4345 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.
4346 4347 4348 |
# File 'sig/types.rbs', line 4346 def event_bridge_rule_template_group_identifier @event_bridge_rule_template_group_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4347 4348 4349 |
# File 'sig/types.rbs', line 4347 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4348 4349 4350 |
# File 'sig/types.rbs', line 4348 def next_token @next_token end |