Class: Aws::PinpointSMSVoiceV2::Types::SelectValidation

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

Overview

Validation rules for a select field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_choicesInteger

The maximum number of choices for the select.

Returns:

  • (Integer)


5337
5338
5339
5340
5341
5342
5343
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5337

class SelectValidation < Struct.new(
  :min_choices,
  :max_choices,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#min_choicesInteger

The minimum number of choices for the select.

Returns:

  • (Integer)


5337
5338
5339
5340
5341
5342
5343
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5337

class SelectValidation < Struct.new(
  :min_choices,
  :max_choices,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#optionsArray<String>

An array of strings for the possible selection options.

Returns:

  • (Array<String>)


5337
5338
5339
5340
5341
5342
5343
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5337

class SelectValidation < Struct.new(
  :min_choices,
  :max_choices,
  :options)
  SENSITIVE = []
  include Aws::Structure
end