Class: Aws::PinpointSMSVoiceV2::Types::UpdateProtectConfigurationCountryRuleSetResult

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

#country_rule_setHash<String,Types::ProtectConfigurationCountryRuleSetInformation>

An array of ProtectConfigurationCountryRuleSetInformation containing the rules for the NumberCapability.



6676
6677
6678
6679
6680
6681
6682
6683
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6676

class UpdateProtectConfigurationCountryRuleSetResult < Struct.new(
  :protect_configuration_arn,
  :protect_configuration_id,
  :number_capability,
  :country_rule_set)
  SENSITIVE = []
  include Aws::Structure
end

#number_capabilityString

The number capability that was updated

Returns:

  • (String)


6676
6677
6678
6679
6680
6681
6682
6683
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6676

class UpdateProtectConfigurationCountryRuleSetResult < Struct.new(
  :protect_configuration_arn,
  :protect_configuration_id,
  :number_capability,
  :country_rule_set)
  SENSITIVE = []
  include Aws::Structure
end

#protect_configuration_arnString

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

Returns:

  • (String)


6676
6677
6678
6679
6680
6681
6682
6683
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6676

class UpdateProtectConfigurationCountryRuleSetResult < Struct.new(
  :protect_configuration_arn,
  :protect_configuration_id,
  :number_capability,
  :country_rule_set)
  SENSITIVE = []
  include Aws::Structure
end

#protect_configuration_idString

The unique identifier for the protect configuration.

Returns:

  • (String)


6676
6677
6678
6679
6680
6681
6682
6683
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6676

class UpdateProtectConfigurationCountryRuleSetResult < Struct.new(
  :protect_configuration_arn,
  :protect_configuration_id,
  :number_capability,
  :country_rule_set)
  SENSITIVE = []
  include Aws::Structure
end