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.
4093 4094 4095 |
# File 'sig/types.rbs', line 4093 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4094 4095 4096 |
# File 'sig/types.rbs', line 4094 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4095 4096 4097 |
# File 'sig/types.rbs', line 4095 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4096 4097 4098 |
# File 'sig/types.rbs', line 4096 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4097 4098 4099 |
# File 'sig/types.rbs', line 4097 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4098 4099 4100 |
# File 'sig/types.rbs', line 4098 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4099 4100 4101 |
# File 'sig/types.rbs', line 4099 def end |