Class: Aws::Types::UpdateCloudWatchAlarmTemplateGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCloudWatchAlarmTemplateGroupResponse
- 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.
4584 4585 4586 |
# File 'sig/types.rbs', line 4584 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4585 4586 4587 |
# File 'sig/types.rbs', line 4585 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4586 4587 4588 |
# File 'sig/types.rbs', line 4586 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4587 4588 4589 |
# File 'sig/types.rbs', line 4587 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4588 4589 4590 |
# File 'sig/types.rbs', line 4588 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4589 4590 4591 |
# File 'sig/types.rbs', line 4589 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4590 4591 4592 |
# File 'sig/types.rbs', line 4590 def @tags end |