Class: Aws::Types::DeactivateMessageTemplateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message_template_arn::String

Returns the value of attribute message_template_arn.

Returns:

  • (::String)


974
975
976
# File 'sig/types.rbs', line 974

def message_template_arn
  @message_template_arn
end

#message_template_id::String

Returns the value of attribute message_template_id.

Returns:

  • (::String)


975
976
977
# File 'sig/types.rbs', line 975

def message_template_id
  @message_template_id
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


976
977
978
# File 'sig/types.rbs', line 976

def version_number
  @version_number
end