Class: Aws::PinpointSMSVoiceV2::Types::ProtectConfigurationRuleSetNumberOverride

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Provides details on a RuleSetNumberOverride.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action for the rule to perform of either blocking or allowing messages to the destination phone number.

Returns:

  • (String)


4260
4261
4262
4263
4264
4265
4266
4267
4268
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4260

class ProtectConfigurationRuleSetNumberOverride < Struct.new(
  :destination_phone_number,
  :created_timestamp,
  :action,
  :iso_country_code,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The time when the rule was created, in [UNIX epoch time] format.

[1]: www.epochconverter.com/

Returns:

  • (Time)


4260
4261
4262
4263
4264
4265
4266
4267
4268
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4260

class ProtectConfigurationRuleSetNumberOverride < Struct.new(
  :destination_phone_number,
  :created_timestamp,
  :action,
  :iso_country_code,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#destination_phone_numberString

The destination phone number in E.164 format.

Returns:

  • (String)


4260
4261
4262
4263
4264
4265
4266
4267
4268
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4260

class ProtectConfigurationRuleSetNumberOverride < Struct.new(
  :destination_phone_number,
  :created_timestamp,
  :action,
  :iso_country_code,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#expiration_timestampTime

The time the rule will expire at. If ‘ExpirationTimestamp` is not set then the rule will not expire.

Returns:

  • (Time)


4260
4261
4262
4263
4264
4265
4266
4267
4268
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4260

class ProtectConfigurationRuleSetNumberOverride < Struct.new(
  :destination_phone_number,
  :created_timestamp,
  :action,
  :iso_country_code,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#iso_country_codeString

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

Returns:

  • (String)


4260
4261
4262
4263
4264
4265
4266
4267
4268
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4260

class ProtectConfigurationRuleSetNumberOverride < Struct.new(
  :destination_phone_number,
  :created_timestamp,
  :action,
  :iso_country_code,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end