Class: Aws::PinpointSMSVoiceV2::Types::DescribeProtectConfigurationsRequest

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

#filtersArray<Types::ProtectConfigurationFilter>

An array of ProtectConfigurationFilter objects to filter the results.



2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2359

class DescribeProtectConfigurationsRequest < Struct.new(
  :protect_configuration_ids,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per each request.

Returns:

  • (Integer)


2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2359

class DescribeProtectConfigurationsRequest < Struct.new(
  :protect_configuration_ids,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2359

class DescribeProtectConfigurationsRequest < Struct.new(
  :protect_configuration_ids,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#protect_configuration_idsArray<String>

An array of protect configuration identifiers to search for.

Returns:

  • (Array<String>)


2359
2360
2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2359

class DescribeProtectConfigurationsRequest < Struct.new(
  :protect_configuration_ids,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end