Class: Aws::PinpointSMSVoiceV2::Types::DescribeNotifyConfigurationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeNotifyConfigurationsResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#notify_configurations ⇒ Array<Types::NotifyConfigurationInformation>
An array of NotifyConfigurationInformation objects that contain the results.
Instance Attribute Details
#next_token ⇒ String
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3132 class DescribeNotifyConfigurationsResult < Struct.new( :notify_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#notify_configurations ⇒ Array<Types::NotifyConfigurationInformation>
An array of NotifyConfigurationInformation objects that contain the results.
3132 3133 3134 3135 3136 3137 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3132 class DescribeNotifyConfigurationsResult < Struct.new( :notify_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |