Class: Aws::Types::CreateCloudWatchAlarmTemplateGroupResponseContent

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)


3773
3774
3775
# File 'sig/types.rbs', line 3773

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3774
3775
3776
# File 'sig/types.rbs', line 3774

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3775
3776
3777
# File 'sig/types.rbs', line 3775

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3776
3777
3778
# File 'sig/types.rbs', line 3776

def id
  @id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


3777
3778
3779
# File 'sig/types.rbs', line 3777

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3778
3779
3780
# File 'sig/types.rbs', line 3778

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


3779
3780
3781
# File 'sig/types.rbs', line 3779

def tags
  @tags
end