Class: Aws::PinpointSMSVoiceV2::Types::PutProtectConfigurationRuleSetNumberOverrideRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action for the rule to either block or allow messages to the destination phone number.

Returns:

  • (String)


4484
4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4484

class PutProtectConfigurationRuleSetNumberOverrideRequest < Struct.new(
  :client_token,
  :protect_configuration_id,
  :destination_phone_number,
  :action,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, a randomly generated token is used for the request to ensure idempotency.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


4484
4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4484

class PutProtectConfigurationRuleSetNumberOverrideRequest < Struct.new(
  :client_token,
  :protect_configuration_id,
  :destination_phone_number,
  :action,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#destination_phone_numberString

The destination phone number in E.164 format.

Returns:

  • (String)


4484
4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4484

class PutProtectConfigurationRuleSetNumberOverrideRequest < Struct.new(
  :client_token,
  :protect_configuration_id,
  :destination_phone_number,
  :action,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#expiration_timestampTime

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

Returns:

  • (Time)


4484
4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4484

class PutProtectConfigurationRuleSetNumberOverrideRequest < Struct.new(
  :client_token,
  :protect_configuration_id,
  :destination_phone_number,
  :action,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#protect_configuration_idString

The unique identifier for the protect configuration.

Returns:

  • (String)


4484
4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4484

class PutProtectConfigurationRuleSetNumberOverrideRequest < Struct.new(
  :client_token,
  :protect_configuration_id,
  :destination_phone_number,
  :action,
  :expiration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end