Class: Aws::PinpointSMSVoiceV2::Types::PutRegistrationFieldValueRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_path ⇒ String

The path to the registration form field. You can use DescribeRegistrationFieldDefinitions for a list of FieldPaths.

Returns:

  • (String)


6047
6048
6049
6050
6051
6052
6053
6054
6055
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6047

class PutRegistrationFieldValueRequest < Struct.new(
  :registration_id,
  :field_path,
  :select_choices,
  :text_value,
  :registration_attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#registration_attachment_id ⇒ String

The unique identifier for the registration attachment.

Returns:

  • (String)


6047
6048
6049
6050
6051
6052
6053
6054
6055
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6047

class PutRegistrationFieldValueRequest < Struct.new(
  :registration_id,
  :field_path,
  :select_choices,
  :text_value,
  :registration_attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#registration_id ⇒ String

The unique identifier for the registration.

Returns:

  • (String)


6047
6048
6049
6050
6051
6052
6053
6054
6055
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6047

class PutRegistrationFieldValueRequest < Struct.new(
  :registration_id,
  :field_path,
  :select_choices,
  :text_value,
  :registration_attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#select_choices ⇒ Array<String>

An array of values for the form field.

Returns:

  • (Array<String>)


6047
6048
6049
6050
6051
6052
6053
6054
6055
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6047

class PutRegistrationFieldValueRequest < Struct.new(
  :registration_id,
  :field_path,
  :select_choices,
  :text_value,
  :registration_attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#text_value ⇒ String

The text data for a free form field.

Returns:

  • (String)


6047
6048
6049
6050
6051
6052
6053
6054
6055
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6047

class PutRegistrationFieldValueRequest < Struct.new(
  :registration_id,
  :field_path,
  :select_choices,
  :text_value,
  :registration_attachment_id)
  SENSITIVE = []
  include Aws::Structure
end