Class: Aws::Types::UpdateEventBridgeRuleTemplateGroupResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventBridgeRuleTemplateGroupResponseContent
- 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.
4713 4714 4715 |
# File 'sig/types.rbs', line 4713 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4714 4715 4716 |
# File 'sig/types.rbs', line 4714 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4715 4716 4717 |
# File 'sig/types.rbs', line 4715 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4716 4717 4718 |
# File 'sig/types.rbs', line 4716 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4717 4718 4719 |
# File 'sig/types.rbs', line 4717 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4718 4719 4720 |
# File 'sig/types.rbs', line 4718 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4719 4720 4721 |
# File 'sig/types.rbs', line 4719 def end |