Class: Aws::PinpointSMSVoiceV2::Types::SelectOptionDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::SelectOptionDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
A description of each select option.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the option meaning.
-
#option ⇒ String
The value of the option.
-
#title ⇒ String
The title of the select option.
Instance Attribute Details
#description ⇒ String
A description of the option meaning.
5886 5887 5888 5889 5890 5891 5892 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5886 class SelectOptionDescription < Struct.new( :option, :title, :description) SENSITIVE = [] include Aws::Structure end |
#option ⇒ String
The value of the option.
5886 5887 5888 5889 5890 5891 5892 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5886 class SelectOptionDescription < Struct.new( :option, :title, :description) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the select option.
5886 5887 5888 5889 5890 5891 5892 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5886 class SelectOptionDescription < Struct.new( :option, :title, :description) SENSITIVE = [] include Aws::Structure end |