Class: Aws::Types::EventBridgeRuleTemplateGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::EventBridgeRuleTemplateGroupSummary
- 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.
-
#template_count ⇒ ::Integer
Returns the value of attribute template_count.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4031 4032 4033 |
# File 'sig/types.rbs', line 4031 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4032 4033 4034 |
# File 'sig/types.rbs', line 4032 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4033 4034 4035 |
# File 'sig/types.rbs', line 4033 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4034 4035 4036 |
# File 'sig/types.rbs', line 4034 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4035 4036 4037 |
# File 'sig/types.rbs', line 4035 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4036 4037 4038 |
# File 'sig/types.rbs', line 4036 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4037 4038 4039 |
# File 'sig/types.rbs', line 4037 def @tags end |
#template_count ⇒ ::Integer
Returns the value of attribute template_count.
4038 4039 4040 |
# File 'sig/types.rbs', line 4038 def template_count @template_count end |