Class: Aws::Types::SMSTemplateResponse

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:



2609
2610
2611
# File 'sig/types.rbs', line 2609

def arn
  @arn
end

#body::String

Returns the value of attribute body.

Returns:



2610
2611
2612
# File 'sig/types.rbs', line 2610

def body
  @body
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:



2611
2612
2613
# File 'sig/types.rbs', line 2611

def creation_date
  @creation_date
end

#default_substitutions::String

Returns the value of attribute default_substitutions.

Returns:



2612
2613
2614
# File 'sig/types.rbs', line 2612

def default_substitutions
  @default_substitutions
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:



2613
2614
2615
# File 'sig/types.rbs', line 2613

def last_modified_date
  @last_modified_date
end

#recommender_id::String

Returns the value of attribute recommender_id.

Returns:



2614
2615
2616
# File 'sig/types.rbs', line 2614

def recommender_id
  @recommender_id
end

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

Returns the value of attribute tags.

Returns:



2615
2616
2617
# File 'sig/types.rbs', line 2615

def tags
  @tags
end

#template_description::String

Returns the value of attribute template_description.

Returns:



2616
2617
2618
# File 'sig/types.rbs', line 2616

def template_description
  @template_description
end

#template_name::String

Returns the value of attribute template_name.

Returns:



2617
2618
2619
# File 'sig/types.rbs', line 2617

def template_name
  @template_name
end

#template_type"EMAIL", ...

Returns the value of attribute template_type.

Returns:



2618
2619
2620
# File 'sig/types.rbs', line 2618

def template_type
  @template_type
end

#version::String

Returns the value of attribute version.

Returns:



2619
2620
2621
# File 'sig/types.rbs', line 2619

def version
  @version
end