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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_hints ⇒ Types::RegistrationSectionDisplayHints

The path to the section of the registration.



7250
7251
7252
7253
7254
7255
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7250

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

#section_path ⇒ String

The path to the section of the registration.

Returns:

  • (String)


7250
7251
7252
7253
7254
7255
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7250

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