Class: Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationVersionsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationVersionsResult
 
 
- 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_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the registration.
 - 
  
    
      #registration_versions  ⇒ Array<Types::RegistrationVersionInformation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of RegistrationVersions objects.
 
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.
      2720 2721 2722 2723 2724 2725 2726 2727  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2720 class DescribeRegistrationVersionsResult < Struct.new( :registration_arn, :registration_id, :registration_versions, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_arn ⇒ String
The Amazon Resource Name (ARN) for the registration.
      2720 2721 2722 2723 2724 2725 2726 2727  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2720 class DescribeRegistrationVersionsResult < Struct.new( :registration_arn, :registration_id, :registration_versions, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_id ⇒ String
The unique identifier for the registration.
      2720 2721 2722 2723 2724 2725 2726 2727  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2720 class DescribeRegistrationVersionsResult < Struct.new( :registration_arn, :registration_id, :registration_versions, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_versions ⇒ Array<Types::RegistrationVersionInformation>
An array of RegistrationVersions objects.
      2720 2721 2722 2723 2724 2725 2726 2727  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2720 class DescribeRegistrationVersionsResult < Struct.new( :registration_arn, :registration_id, :registration_versions, :next_token) SENSITIVE = [] include Aws::Structure end  |