Class: Aws::Types::GetEventBridgeRuleTemplateGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEventBridgeRuleTemplateGroupResponse
- 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.
4146 4147 4148 |
# File 'sig/types.rbs', line 4146 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4147 4148 4149 |
# File 'sig/types.rbs', line 4147 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4148 4149 4150 |
# File 'sig/types.rbs', line 4148 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4149 4150 4151 |
# File 'sig/types.rbs', line 4149 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4150 4151 4152 |
# File 'sig/types.rbs', line 4150 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4151 4152 4153 |
# File 'sig/types.rbs', line 4151 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4152 4153 4154 |
# File 'sig/types.rbs', line 4152 def @tags end |