Class: Aws::Types::UpdateEventBridgeRuleTemplateGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventBridgeRuleTemplateGroupResponse
- 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.
4692 4693 4694 |
# File 'sig/types.rbs', line 4692 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4693 4694 4695 |
# File 'sig/types.rbs', line 4693 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4694 4695 4696 |
# File 'sig/types.rbs', line 4694 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4695 4696 4697 |
# File 'sig/types.rbs', line 4695 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4696 4697 4698 |
# File 'sig/types.rbs', line 4696 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4697 4698 4699 |
# File 'sig/types.rbs', line 4697 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4698 4699 4700 |
# File 'sig/types.rbs', line 4698 def @tags end |