Class: Aws::PinpointSMSVoiceV2::Types::RegistrationSectionDefinition

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

Overview

Provides information on the specified section definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_hintsTypes::RegistrationSectionDisplayHints

The path to the section of the registration.



4507
4508
4509
4510
4511
4512
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4507

class RegistrationSectionDefinition < Struct.new(
  :section_path,
  :display_hints)
  SENSITIVE = []
  include Aws::Structure
end

#section_pathString

The path to the section of the registration.

Returns:

  • (String)


4507
4508
4509
4510
4511
4512
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4507

class RegistrationSectionDefinition < Struct.new(
  :section_path,
  :display_hints)
  SENSITIVE = []
  include Aws::Structure
end