Class: Aws::Types::CreateEventBridgeRuleTemplateGroupResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventBridgeRuleTemplateGroupResponseContent
- 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.
3889 3890 3891 |
# File 'sig/types.rbs', line 3889 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3890 3891 3892 |
# File 'sig/types.rbs', line 3890 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
3891 3892 3893 |
# File 'sig/types.rbs', line 3891 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
3892 3893 3894 |
# File 'sig/types.rbs', line 3892 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
3893 3894 3895 |
# File 'sig/types.rbs', line 3893 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
3894 3895 3896 |
# File 'sig/types.rbs', line 3894 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3895 3896 3897 |
# File 'sig/types.rbs', line 3895 def @tags end |