Class: Aws::Types::TemplateResponse

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)


2873
2874
2875
# File 'sig/types.rbs', line 2873

def arn
  @arn
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


2874
2875
2876
# File 'sig/types.rbs', line 2874

def creation_date
  @creation_date
end

#default_substitutions::String

Returns the value of attribute default_substitutions.

Returns:

  • (::String)


2875
2876
2877
# File 'sig/types.rbs', line 2875

def default_substitutions
  @default_substitutions
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:

  • (::String)


2876
2877
2878
# File 'sig/types.rbs', line 2876

def last_modified_date
  @last_modified_date
end

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

Returns the value of attribute tags.

Returns:

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


2877
2878
2879
# File 'sig/types.rbs', line 2877

def tags
  @tags
end

#template_description::String

Returns the value of attribute template_description.

Returns:

  • (::String)


2878
2879
2880
# File 'sig/types.rbs', line 2878

def template_description
  @template_description
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


2879
2880
2881
# File 'sig/types.rbs', line 2879

def template_name
  @template_name
end

#template_type"EMAIL", ...

Returns the value of attribute template_type.

Returns:

  • ("EMAIL", "SMS", "VOICE", "PUSH", "INAPP")


2880
2881
2882
# File 'sig/types.rbs', line 2880

def template_type
  @template_type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2881
2882
2883
# File 'sig/types.rbs', line 2881

def version
  @version
end