Class: Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationFieldValuesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationFieldValuesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to be used for the next set of paginated results.
 - 
  
    
      #registration_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the registration.
 - 
  
    
      #registration_field_values  ⇒ Array<Types::RegistrationFieldValueInformation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of RegistrationFieldValues objects that contain the values for the requested registration.
 - 
  
    
      #registration_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the registration.
 - 
  
    
      #version_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current version of the registration.
 
Instance Attribute Details
#next_token ⇒ String
The token to be used for the next set of paginated results. You don’t need to supply a value for this field in the initial request.
      2557 2558 2559 2560 2561 2562 2563 2564 2565  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2557 class DescribeRegistrationFieldValuesResult < Struct.new( :registration_arn, :registration_id, :version_number, :registration_field_values, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_arn ⇒ String
The Amazon Resource Name (ARN) for the registration.
      2557 2558 2559 2560 2561 2562 2563 2564 2565  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2557 class DescribeRegistrationFieldValuesResult < Struct.new( :registration_arn, :registration_id, :version_number, :registration_field_values, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_field_values ⇒ Array<Types::RegistrationFieldValueInformation>
An array of RegistrationFieldValues objects that contain the values for the requested registration.
      2557 2558 2559 2560 2561 2562 2563 2564 2565  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2557 class DescribeRegistrationFieldValuesResult < Struct.new( :registration_arn, :registration_id, :version_number, :registration_field_values, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_id ⇒ String
The unique identifier for the registration.
      2557 2558 2559 2560 2561 2562 2563 2564 2565  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2557 class DescribeRegistrationFieldValuesResult < Struct.new( :registration_arn, :registration_id, :version_number, :registration_field_values, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#version_number ⇒ Integer
The current version of the registration.
      2557 2558 2559 2560 2561 2562 2563 2564 2565  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2557 class DescribeRegistrationFieldValuesResult < Struct.new( :registration_arn, :registration_id, :version_number, :registration_field_values, :next_token) SENSITIVE = [] include Aws::Structure end  |