Class: Aws::Types::GetCloudWatchAlarmTemplateGroupResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::GetCloudWatchAlarmTemplateGroupResponseContent
- 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.
4083 4084 4085 |
# File 'sig/types.rbs', line 4083 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4084 4085 4086 |
# File 'sig/types.rbs', line 4084 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4085 4086 4087 |
# File 'sig/types.rbs', line 4085 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4086 4087 4088 |
# File 'sig/types.rbs', line 4086 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4087 4088 4089 |
# File 'sig/types.rbs', line 4087 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4088 4089 4090 |
# File 'sig/types.rbs', line 4088 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4089 4090 4091 |
# File 'sig/types.rbs', line 4089 def @tags end |