Class: Aws::Types::GetCloudWatchAlarmTemplateGroupResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4072
4073
4074
# File 'sig/types.rbs', line 4072

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4073
4074
4075
# File 'sig/types.rbs', line 4073

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4074
4075
4076
# File 'sig/types.rbs', line 4074

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4075
4076
4077
# File 'sig/types.rbs', line 4075

def id
  @id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


4076
4077
4078
# File 'sig/types.rbs', line 4076

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4077
4078
4079
# File 'sig/types.rbs', line 4077

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


4078
4079
4080
# File 'sig/types.rbs', line 4078

def tags
  @tags
end