Class: Aws::Types::CloudWatchAlarmTemplateGroupSummary

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)


3708
3709
3710
# File 'sig/types.rbs', line 3708

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3709
3710
3711
# File 'sig/types.rbs', line 3709

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3710
3711
3712
# File 'sig/types.rbs', line 3710

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3711
3712
3713
# File 'sig/types.rbs', line 3711

def id
  @id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


3712
3713
3714
# File 'sig/types.rbs', line 3712

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3713
3714
3715
# File 'sig/types.rbs', line 3713

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


3714
3715
3716
# File 'sig/types.rbs', line 3714

def tags
  @tags
end

#template_count::Integer

Returns the value of attribute template_count.

Returns:

  • (::Integer)


3715
3716
3717
# File 'sig/types.rbs', line 3715

def template_count
  @template_count
end