Class: Aws::Types::SSMLMessageType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#language_code::String

Returns the value of attribute language_code.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def language_code
  @language_code
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def text
  @text
end

#voice_id::String

Returns the value of attribute voice_id.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def voice_id
  @voice_id
end