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.
4595 4596 4597 |
# File 'sig/types.rbs', line 4595 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4596 4597 4598 |
# File 'sig/types.rbs', line 4596 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4597 4598 4599 |
# File 'sig/types.rbs', line 4597 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4598 4599 4600 |
# File 'sig/types.rbs', line 4598 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4599 4600 4601 |
# File 'sig/types.rbs', line 4599 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4600 4601 4602 |
# File 'sig/types.rbs', line 4600 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4601 4602 4603 |
# File 'sig/types.rbs', line 4601 def @tags end |