Class: Aws::Types::CreateEventBridgeRuleTemplateGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventBridgeRuleTemplateGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3852 3853 3854 |
# File 'sig/types.rbs', line 3852 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
3853 3854 3855 |
# File 'sig/types.rbs', line 3853 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3855 3856 3857 |
# File 'sig/types.rbs', line 3855 def request_id @request_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3854 3855 3856 |
# File 'sig/types.rbs', line 3854 def @tags end |