Class: Aws::Types::CreateEventBridgeRuleTemplateGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventBridgeRuleTemplateGroupResponse
- 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.
3868 3869 3870 |
# File 'sig/types.rbs', line 3868 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3869 3870 3871 |
# File 'sig/types.rbs', line 3869 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
3870 3871 3872 |
# File 'sig/types.rbs', line 3870 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
3871 3872 3873 |
# File 'sig/types.rbs', line 3871 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
3872 3873 3874 |
# File 'sig/types.rbs', line 3872 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
3873 3874 3875 |
# File 'sig/types.rbs', line 3873 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3874 3875 3876 |
# File 'sig/types.rbs', line 3874 def @tags end |