Class: Aws::PinpointSMSVoiceV2::Types::DeleteRegistrationFieldValueResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DeleteRegistrationFieldValueResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #field_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The path to the registration form field.
 - 
  
    
      #registration_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the registration.
 - 
  
    
      #registration_attachment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the registration attachment.
 - 
  
    
      #registration_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the registration.
 - 
  
    
      #select_choices  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of values for the form field.
 - 
  
    
      #text_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The text data for a free form field.
 - 
  
    
      #version_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version number of the registration.
 
Instance Attribute Details
#field_path ⇒ String
The path to the registration form field.
      1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1763 class DeleteRegistrationFieldValueResult < Struct.new( :registration_arn, :registration_id, :version_number, :field_path, :select_choices, :text_value, :registration_attachment_id) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_arn ⇒ String
The Amazon Resource Name (ARN) for the registration.
      1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1763 class DeleteRegistrationFieldValueResult < Struct.new( :registration_arn, :registration_id, :version_number, :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.
      1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1763 class DeleteRegistrationFieldValueResult < Struct.new( :registration_arn, :registration_id, :version_number, :field_path, :select_choices, :text_value, :registration_attachment_id) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_id ⇒ String
The unique identifier for the registration.
      1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1763 class DeleteRegistrationFieldValueResult < Struct.new( :registration_arn, :registration_id, :version_number, :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.
      1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1763 class DeleteRegistrationFieldValueResult < Struct.new( :registration_arn, :registration_id, :version_number, :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.
      1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1763 class DeleteRegistrationFieldValueResult < Struct.new( :registration_arn, :registration_id, :version_number, :field_path, :select_choices, :text_value, :registration_attachment_id) SENSITIVE = [] include Aws::Structure end  | 
  
#version_number ⇒ Integer
The version number of the registration.
      1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1763 class DeleteRegistrationFieldValueResult < Struct.new( :registration_arn, :registration_id, :version_number, :field_path, :select_choices, :text_value, :registration_attachment_id) SENSITIVE = [] include Aws::Structure end  |