Class: Aws::Types::GetEventBridgeRuleTemplateGroupResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::GetEventBridgeRuleTemplateGroupResponseContent
- 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.
4167 4168 4169 |
# File 'sig/types.rbs', line 4167 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4168 4169 4170 |
# File 'sig/types.rbs', line 4168 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4169 4170 4171 |
# File 'sig/types.rbs', line 4169 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4170 4171 4172 |
# File 'sig/types.rbs', line 4170 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4171 4172 4173 |
# File 'sig/types.rbs', line 4171 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4172 4173 4174 |
# File 'sig/types.rbs', line 4172 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4173 4174 4175 |
# File 'sig/types.rbs', line 4173 def end |