Class: Aws::PinpointSMSVoiceV2::Types::ListProtectConfigurationRuleSetNumberOverridesResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3664
3665
3666
3667
3668
3669
3670
3671
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3664

class ListProtectConfigurationRuleSetNumberOverridesResult < Struct.new(
  :protect_configuration_arn,
  :protect_configuration_id,
  :rule_set_number_overrides,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#protect_configuration_arnString

The Amazon Resource Name (ARN) of the protect configuration.

Returns:

  • (String)


3664
3665
3666
3667
3668
3669
3670
3671
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3664

class ListProtectConfigurationRuleSetNumberOverridesResult < Struct.new(
  :protect_configuration_arn,
  :protect_configuration_id,
  :rule_set_number_overrides,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#protect_configuration_idString

The unique identifier for the protect configuration.

Returns:

  • (String)


3664
3665
3666
3667
3668
3669
3670
3671
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3664

class ListProtectConfigurationRuleSetNumberOverridesResult < Struct.new(
  :protect_configuration_arn,
  :protect_configuration_id,
  :rule_set_number_overrides,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#rule_set_number_overridesArray<Types::ProtectConfigurationRuleSetNumberOverride>

An array of RuleSetNumberOverrides objects.



3664
3665
3666
3667
3668
3669
3670
3671
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3664

class ListProtectConfigurationRuleSetNumberOverridesResult < Struct.new(
  :protect_configuration_arn,
  :protect_configuration_id,
  :rule_set_number_overrides,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end