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.



6716
6717
6718
6719
6720
6721
6722
6723
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6716

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)


6716
6717
6718
6719
6720
6721
6722
6723
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6716

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)


6716
6717
6718
6719
6720
6721
6722
6723
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6716

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)


6716
6717
6718
6719
6720
6721
6722
6723
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6716

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