Class: Aws::Types::UpdateProtectConfigurationCountryRuleSetRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#country_rule_set_updates::Hash[::String, Types::ProtectConfigurationCountryRuleSetInformation]

Returns the value of attribute country_rule_set_updates.



2451
2452
2453
# File 'sig/types.rbs', line 2451

def country_rule_set_updates
  @country_rule_set_updates
end

#number_capability"SMS", ...

Returns the value of attribute number_capability.

Returns:

  • ("SMS", "VOICE", "MMS", "RCS")


2450
2451
2452
# File 'sig/types.rbs', line 2450

def number_capability
  @number_capability
end

#protect_configuration_id::String

Returns the value of attribute protect_configuration_id.

Returns:

  • (::String)


2449
2450
2451
# File 'sig/types.rbs', line 2449

def protect_configuration_id
  @protect_configuration_id
end