Class: Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationFieldDefinitionsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/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)


2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2487

class DescribeRegistrationFieldDefinitionsResult < Struct.new(
  :registration_type,
  :registration_field_definitions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#registration_field_definitionsArray<Types::RegistrationFieldDefinition>

An array of RegistrationFieldDefinitions objects that contain the details for the requested fields.



2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2487

class DescribeRegistrationFieldDefinitionsResult < Struct.new(
  :registration_type,
  :registration_field_definitions,
  :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)


2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2487

class DescribeRegistrationFieldDefinitionsResult < Struct.new(
  :registration_type,
  :registration_field_definitions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end