Class: Aws::Types::CreateCloudWatchAlarmTemplateGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudWatchAlarmTemplateGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3752 3753 3754 |
# File 'sig/types.rbs', line 3752 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3753 3754 3755 |
# File 'sig/types.rbs', line 3753 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
3754 3755 3756 |
# File 'sig/types.rbs', line 3754 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
3755 3756 3757 |
# File 'sig/types.rbs', line 3755 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
3756 3757 3758 |
# File 'sig/types.rbs', line 3756 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
3757 3758 3759 |
# File 'sig/types.rbs', line 3757 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3758 3759 3760 |
# File 'sig/types.rbs', line 3758 def @tags end |