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.
4275 4276 4277 |
# File 'sig/types.rbs', line 4275 def group_identifier @group_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4276 4277 4278 |
# File 'sig/types.rbs', line 4276 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4277 4278 4279 |
# File 'sig/types.rbs', line 4277 def next_token @next_token end |
#scope ⇒ ::String
Returns the value of attribute scope.
4278 4279 4280 |
# File 'sig/types.rbs', line 4278 def scope @scope end |
#signal_map_identifier ⇒ ::String
Returns the value of attribute signal_map_identifier.
4279 4280 4281 |
# File 'sig/types.rbs', line 4279 def signal_map_identifier @signal_map_identifier end |