Class: Aws::Types::CreateCloudWatchAlarmTemplateGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudWatchAlarmTemplateGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3736 3737 3738 |
# File 'sig/types.rbs', line 3736 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
3737 3738 3739 |
# File 'sig/types.rbs', line 3737 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3739 3740 3741 |
# File 'sig/types.rbs', line 3739 def request_id @request_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3738 3739 3740 |
# File 'sig/types.rbs', line 3738 def @tags end |