Class: Aws::PinpointSMSVoiceV2::Types::CreateEventDestinationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::CreateEventDestinationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration_set_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the configuration set.
 - 
  
    
      #configuration_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the configuration set.
 - 
  
    
      #event_destination  ⇒ Types::EventDestination 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the destination where events are logged.
 
Instance Attribute Details
#configuration_set_arn ⇒ String
The ARN of the configuration set.
      459 460 461 462 463 464 465  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 459 class CreateEventDestinationResult < 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.
      459 460 461 462 463 464 465  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 459 class CreateEventDestinationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end  | 
  
#event_destination ⇒ Types::EventDestination
The details of the destination where events are logged.
      459 460 461 462 463 464 465  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 459 class CreateEventDestinationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destination) SENSITIVE = [] include Aws::Structure end  |