Class: Aws::PinpointSMSVoiceV2::Types::DescribeProtectConfigurationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeProtectConfigurationsResult
- Includes:
- Structure
- Defined in:
- 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.
-
#protect_configurations ⇒ Array<Types::ProtectConfigurationInformation>
An array of ProtectConfigurationInformation objects that contain the details for the request.
Instance Attribute Details
#next_token ⇒ String
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.
2585 2586 2587 2588 2589 2590 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2585 class DescribeProtectConfigurationsResult < Struct.new( :protect_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#protect_configurations ⇒ Array<Types::ProtectConfigurationInformation>
An array of ProtectConfigurationInformation objects that contain the details for the request.
2585 2586 2587 2588 2589 2590 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2585 class DescribeProtectConfigurationsResult < Struct.new( :protect_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |