Class: Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationSectionDefinitionsRequest

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

#max_resultsInteger

The maximum number of results to return per each request.

Returns:

  • (Integer)


2792
2793
2794
2795
2796
2797
2798
2799
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2792

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


2792
2793
2794
2795
2796
2797
2798
2799
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2792

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


2792
2793
2794
2795
2796
2797
2798
2799
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2792

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

#section_pathsArray<String>

An array of paths for the registration form section.

Returns:

  • (Array<String>)


2792
2793
2794
2795
2796
2797
2798
2799
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2792

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