Class: Aws::AlexaForBusiness::Types::Text

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

The text message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#localeString

The locale of the text message. Currently, en-US is supported.

Returns:

  • (String)


4722
4723
4724
4725
4726
4727
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4722

class Text < Struct.new(
  :locale,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the text message.

Returns:

  • (String)


4722
4723
4724
4725
4726
4727
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4722

class Text < Struct.new(
  :locale,
  :value)
  SENSITIVE = []
  include Aws::Structure
end