Class: Aws::PinpointSMSVoiceV2::Types::ListRegistrationAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ListRegistrationAssociationsResult
- 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_associations ⇒ Array<Types::RegistrationAssociationMetadata>
An array of RegistrationAssociationMetadata objects.
-
#registration_id ⇒ String
The unique identifier for the registration.
-
#registration_type ⇒ String
The type of registration form.
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.
3726 3727 3728 3729 3730 3731 3732 3733 3734 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3726 class ListRegistrationAssociationsResult < Struct.new( :registration_arn, :registration_id, :registration_type, :registration_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#registration_arn ⇒ String
The Amazon Resource Name (ARN) for the registration.
3726 3727 3728 3729 3730 3731 3732 3733 3734 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3726 class ListRegistrationAssociationsResult < Struct.new( :registration_arn, :registration_id, :registration_type, :registration_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#registration_associations ⇒ Array<Types::RegistrationAssociationMetadata>
An array of RegistrationAssociationMetadata objects.
3726 3727 3728 3729 3730 3731 3732 3733 3734 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3726 class ListRegistrationAssociationsResult < Struct.new( :registration_arn, :registration_id, :registration_type, :registration_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#registration_id ⇒ String
The unique identifier for the registration.
3726 3727 3728 3729 3730 3731 3732 3733 3734 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3726 class ListRegistrationAssociationsResult < Struct.new( :registration_arn, :registration_id, :registration_type, :registration_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#registration_type ⇒ String
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
3726 3727 3728 3729 3730 3731 3732 3733 3734 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3726 class ListRegistrationAssociationsResult < Struct.new( :registration_arn, :registration_id, :registration_type, :registration_associations, :next_token) SENSITIVE = [] include Aws::Structure end |