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)


5323
5324
5325
5326
5327
5328
5329
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5323

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)


5323
5324
5325
5326
5327
5328
5329
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5323

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>)


5323
5324
5325
5326
5327
5328
5329
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5323

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