Class: Aws::Types::ActivateMessageTemplateResponse

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)


242
243
244
# File 'sig/types.rbs', line 242

def message_template_arn
  @message_template_arn
end

#message_template_id::String

Returns the value of attribute message_template_id.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def message_template_id
  @message_template_id
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


244
245
246
# File 'sig/types.rbs', line 244

def version_number
  @version_number
end