Class: Aws::Types::CreateCloudWatchAlarmTemplateGroupRequest

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:



3746
3747
3748
# File 'sig/types.rbs', line 3746

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:



3747
3748
3749
# File 'sig/types.rbs', line 3747

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:



3749
3750
3751
# File 'sig/types.rbs', line 3749

def request_id
  @request_id
end

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

Returns the value of attribute tags.

Returns:



3748
3749
3750
# File 'sig/types.rbs', line 3748

def tags
  @tags
end