Class: Aws::Types::SMSTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


2600
2601
2602
# File 'sig/types.rbs', line 2600

def body
  @body
end

#default_substitutions::String

Returns the value of attribute default_substitutions.

Returns:

  • (::String)


2601
2602
2603
# File 'sig/types.rbs', line 2601

def default_substitutions
  @default_substitutions
end

#recommender_id::String

Returns the value of attribute recommender_id.

Returns:

  • (::String)


2602
2603
2604
# File 'sig/types.rbs', line 2602

def recommender_id
  @recommender_id
end

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

Returns the value of attribute tags.

Returns:

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


2603
2604
2605
# File 'sig/types.rbs', line 2603

def tags
  @tags
end

#template_description::String

Returns the value of attribute template_description.

Returns:

  • (::String)


2604
2605
2606
# File 'sig/types.rbs', line 2604

def template_description
  @template_description
end