Class: Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationFieldDefinitionsRequest

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

#field_pathsArray<String>

An array of paths to the registration form field.

Returns:

  • (Array<String>)


2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2194

class DescribeRegistrationFieldDefinitionsRequest < Struct.new(
  :registration_type,
  :section_path,
  :field_paths,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per each request.

Returns:

  • (Integer)


2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2194

class DescribeRegistrationFieldDefinitionsRequest < Struct.new(
  :registration_type,
  :section_path,
  :field_paths,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2194

class DescribeRegistrationFieldDefinitionsRequest < Struct.new(
  :registration_type,
  :section_path,
  :field_paths,
  :next_token,
  :max_results)
  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)


2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2194

class DescribeRegistrationFieldDefinitionsRequest < Struct.new(
  :registration_type,
  :section_path,
  :field_paths,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#section_pathString

The path to the section of the registration.

Returns:

  • (String)


2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2194

class DescribeRegistrationFieldDefinitionsRequest < Struct.new(
  :registration_type,
  :section_path,
  :field_paths,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end