Class: Aws::Types::CreateEventBridgeRuleTemplateGroupRequestContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3870
3871
3872
# File 'sig/types.rbs', line 3870

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3871
3872
3873
# File 'sig/types.rbs', line 3871

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


3873
3874
3875
# File 'sig/types.rbs', line 3873

def request_id
  @request_id
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


3872
3873
3874
# File 'sig/types.rbs', line 3872

def tags
  @tags
end