Class: Aws::PinpointSMSVoiceV2::Types::UpdateEventDestinationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::UpdateEventDestinationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration_set_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.
 - 
  
    
      #configuration_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the configuration set.
 - 
  
    
      #event_destination  ⇒ Types::EventDestination 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An EventDestination object containing the details of where events will be logged.
 
Instance Attribute Details
#configuration_set_arn ⇒ String
The Amazon Resource Name (ARN) for the ConfigurationSet that was updated.
      6330 6331 6332 6333 6334 6335 6336  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6330 class UpdateEventDestinationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end  | 
  
#configuration_set_name ⇒ String
The name of the configuration set.
      6330 6331 6332 6333 6334 6335 6336  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6330 class UpdateEventDestinationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end  | 
  
#event_destination ⇒ Types::EventDestination
An EventDestination object containing the details of where events will be logged.
      6330 6331 6332 6333 6334 6335 6336  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6330 class UpdateEventDestinationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end  |