Class: Aws::Types::CreateEventBridgeRuleTemplateGroupRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.



3862
3863
3864
# File 'sig/types.rbs', line 3862

def description
  @description
end

#name::String

Returns the value of attribute name.



3863
3864
3865
# File 'sig/types.rbs', line 3863

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.



3865
3866
3867
# File 'sig/types.rbs', line 3865

def request_id
  @request_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.



3864
3865
3866
# File 'sig/types.rbs', line 3864

def tags
  @tags
end