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.
| 2925 2926 2927 2928 2929 2930 2931 2932 | # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2925 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.
| 2925 2926 2927 2928 2929 2930 2931 2932 | # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2925 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.
| 2925 2926 2927 2928 2929 2930 2931 2932 | # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2925 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.
| 2925 2926 2927 2928 2929 2930 2931 2932 | # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2925 class DescribeRegistrationVersionsResult < Struct.new( :registration_arn, :registration_id, :registration_versions, :next_token) SENSITIVE = [] include Aws::Structure end |