Class: Aws::Types::ListCloudWatchAlarmTemplatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCloudWatchAlarmTemplatesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scope ⇒ ::String
Returns the value of attribute scope.
-
#signal_map_identifier ⇒ ::String
Returns the value of attribute signal_map_identifier.
Instance Attribute Details
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
4285 4286 4287 |
# File 'sig/types.rbs', line 4285 def group_identifier @group_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4286 4287 4288 |
# File 'sig/types.rbs', line 4286 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4287 4288 4289 |
# File 'sig/types.rbs', line 4287 def next_token @next_token end |
#scope ⇒ ::String
Returns the value of attribute scope.
4288 4289 4290 |
# File 'sig/types.rbs', line 4288 def scope @scope end |
#signal_map_identifier ⇒ ::String
Returns the value of attribute signal_map_identifier.
4289 4290 4291 |
# File 'sig/types.rbs', line 4289 def signal_map_identifier @signal_map_identifier end |