Class: Aws::PinpointSMSVoiceV2::Types::RegistrationFieldValueInformation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::RegistrationFieldValueInformation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Provides the values of the specified field.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #denied_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of why the registration was denied.
 - 
  
    
      #field_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The path to the registration form field.
 - 
  
    
      #registration_attachment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the registration attachment.
 - 
  
    
      #select_choices  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of values for the form field.
 - 
  
    
      #text_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The text data for a free form field.
 
Instance Attribute Details
#denied_reason ⇒ String
A description of why the registration was denied.
      4382 4383 4384 4385 4386 4387 4388 4389 4390  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4382 class RegistrationFieldValueInformation < Struct.new( :field_path, :select_choices, :text_value, :registration_attachment_id, :denied_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#field_path ⇒ String
The path to the registration form field. You can use DescribeRegistrationFieldDefinitions for a list of FieldPaths.
      4382 4383 4384 4385 4386 4387 4388 4389 4390  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4382 class RegistrationFieldValueInformation < Struct.new( :field_path, :select_choices, :text_value, :registration_attachment_id, :denied_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_attachment_id ⇒ String
The unique identifier for the registration attachment.
      4382 4383 4384 4385 4386 4387 4388 4389 4390  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4382 class RegistrationFieldValueInformation < Struct.new( :field_path, :select_choices, :text_value, :registration_attachment_id, :denied_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#select_choices ⇒ Array<String>
An array of values for the form field.
      4382 4383 4384 4385 4386 4387 4388 4389 4390  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4382 class RegistrationFieldValueInformation < Struct.new( :field_path, :select_choices, :text_value, :registration_attachment_id, :denied_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#text_value ⇒ String
The text data for a free form field.
      4382 4383 4384 4385 4386 4387 4388 4389 4390  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4382 class RegistrationFieldValueInformation < Struct.new( :field_path, :select_choices, :text_value, :registration_attachment_id, :denied_reason) SENSITIVE = [] include Aws::Structure end  |