Class: Aws::PinpointSMSVoiceV2::Types::PutProtectConfigurationRuleSetNumberOverrideRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::PutProtectConfigurationRuleSetNumberOverrideRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The action for the rule to either block or allow messages to the destination phone number.
 - 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
 - 
  
    
      #destination_phone_number  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The destination phone number in E.164 format.
 - 
  
    
      #expiration_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time the rule will expire at.
 - 
  
    
      #protect_configuration_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the protect configuration.
 
Instance Attribute Details
#action ⇒ String
The action for the rule to either block or allow messages to the destination phone number.
      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_token ⇒ String
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.
      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_number ⇒ String
The destination phone number in E.164 format.
      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_timestamp ⇒ Time
The time the rule will expire at. If ‘ExpirationTimestamp` is not set then the rule does not expire.
      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_id ⇒ String
The unique identifier for the protect configuration.
      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  |