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.



2484
2485
2486
# File 'sig/types.rbs', line 2484

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


2483
2484
2485
# File 'sig/types.rbs', line 2483

def number_capability
  @number_capability
end

#protect_configuration_id ⇒ ::String

Returns the value of attribute protect_configuration_id.

Returns:

  • (::String)


2482
2483
2484
# File 'sig/types.rbs', line 2482

def protect_configuration_id
  @protect_configuration_id
end