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)


3763
3764
3765
# File 'sig/types.rbs', line 3763

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3764
3765
3766
# File 'sig/types.rbs', line 3764

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3765
3766
3767
# File 'sig/types.rbs', line 3765

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3766
3767
3768
# File 'sig/types.rbs', line 3766

def id
  @id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


3767
3768
3769
# File 'sig/types.rbs', line 3767

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3768
3769
3770
# File 'sig/types.rbs', line 3768

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


3769
3770
3771
# File 'sig/types.rbs', line 3769

def tags
  @tags
end