Class: Aws::PinpointSMSVoiceV2::Types::ListRegistrationAssociationsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) for the registration.

Returns:

  • (String)


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_associationsArray<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_idString

The unique identifier for the registration.

Returns:

  • (String)


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_typeString

The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.

Returns:

  • (String)


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