Class: Aws::AlexaForBusiness::Types::Text
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::Text
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
The text message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#locale ⇒ String
The locale of the text message.
-
#value ⇒ String
The value of the text message.
Instance Attribute Details
#locale ⇒ String
The locale of the text message. Currently, en-US is supported.
4722 4723 4724 4725 4726 4727 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4722 class Text < Struct.new( :locale, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the text message.
4722 4723 4724 4725 4726 4727 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4722 class Text < Struct.new( :locale, :value) SENSITIVE = [] include Aws::Structure end |