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.
4041 4042 4043 |
# File 'sig/types.rbs', line 4041 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4042 4043 4044 |
# File 'sig/types.rbs', line 4042 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4043 4044 4045 |
# File 'sig/types.rbs', line 4043 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4044 4045 4046 |
# File 'sig/types.rbs', line 4044 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4045 4046 4047 |
# File 'sig/types.rbs', line 4045 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
4046 4047 4048 |
# File 'sig/types.rbs', line 4046 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4047 4048 4049 |
# File 'sig/types.rbs', line 4047 def @tags end |
#template_count ⇒ ::Integer
Returns the value of attribute template_count.
4048 4049 4050 |
# File 'sig/types.rbs', line 4048 def template_count @template_count end |