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.
4703 4704 4705 |
# File 'sig/types.rbs', line 4703 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4704 4705 4706 |
# File 'sig/types.rbs', line 4704 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4705 4706 4707 |
# File 'sig/types.rbs', line 4705 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4706 4707 4708 |
# File 'sig/types.rbs', line 4706 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4707 4708 4709 |
# File 'sig/types.rbs', line 4707 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4708 4709 4710 |
# File 'sig/types.rbs', line 4708 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4709 4710 4711 |
# File 'sig/types.rbs', line 4709 def @tags end |