Class: Aws::PinpointSMSVoiceV2::Types::RegistrationSectionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::RegistrationSectionDefinition
- 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
-
#display_hints ⇒ Types::RegistrationSectionDisplayHints
The path to the section of the registration.
-
#section_path ⇒ String
The path to the section of the registration.
Instance Attribute Details
#display_hints ⇒ Types::RegistrationSectionDisplayHints
The path to the section of the registration.
5070 5071 5072 5073 5074 5075 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5070 class RegistrationSectionDefinition < Struct.new( :section_path, :display_hints) SENSITIVE = [] include Aws::Structure end |
#section_path ⇒ String
The path to the section of the registration.
5070 5071 5072 5073 5074 5075 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5070 class RegistrationSectionDefinition < Struct.new( :section_path, :display_hints) SENSITIVE = [] include Aws::Structure end |