Class: Aws::Types::UpdateCloudWatchAlarmTemplateGroupResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCloudWatchAlarmTemplateGroupResponseContent
- 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.
4605 4606 4607 |
# File 'sig/types.rbs', line 4605 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4606 4607 4608 |
# File 'sig/types.rbs', line 4606 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4607 4608 4609 |
# File 'sig/types.rbs', line 4607 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4608 4609 4610 |
# File 'sig/types.rbs', line 4608 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4609 4610 4611 |
# File 'sig/types.rbs', line 4609 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4610 4611 4612 |
# File 'sig/types.rbs', line 4610 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4611 4612 4613 |
# File 'sig/types.rbs', line 4611 def @tags end |