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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_choices ⇒ Integer

The maximum number of choices for the select.

Returns:

  • (Integer)


8133
8134
8135
8136
8137
8138
8139
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8133

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

#min_choices ⇒ Integer

The minimum number of choices for the select.

Returns:

  • (Integer)


8133
8134
8135
8136
8137
8138
8139
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8133

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

#options ⇒ Array<String>

An array of strings for the possible selection options.

Returns:

  • (Array<String>)


8133
8134
8135
8136
8137
8138
8139
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 8133

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