Class: Aws::Types::CloudWatchAlarmTemplateGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchAlarmTemplateGroupSummary
- 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.
-
#template_count ⇒ ::Integer
Returns the value of attribute template_count.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3698 3699 3700 |
# File 'sig/types.rbs', line 3698 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3699 3700 3701 |
# File 'sig/types.rbs', line 3699 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
3700 3701 3702 |
# File 'sig/types.rbs', line 3700 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
3701 3702 3703 |
# File 'sig/types.rbs', line 3701 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
3702 3703 3704 |
# File 'sig/types.rbs', line 3702 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
3703 3704 3705 |
# File 'sig/types.rbs', line 3703 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3704 3705 3706 |
# File 'sig/types.rbs', line 3704 def @tags end |
#template_count ⇒ ::Integer
Returns the value of attribute template_count.
3705 3706 3707 |
# File 'sig/types.rbs', line 3705 def template_count @template_count end |