Class: Aws::PinpointSMSVoiceV2::Types::DescribeProtectConfigurationsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


2380
2381
2382
2383
2384
2385
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2380

class DescribeProtectConfigurationsResult < Struct.new(
  :protect_configurations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#protect_configurationsArray<Types::ProtectConfigurationInformation>

An array of ProtectConfigurationInformation objects that contain the details for the request.



2380
2381
2382
2383
2384
2385
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2380

class DescribeProtectConfigurationsResult < Struct.new(
  :protect_configurations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end