Class: Aws::PinpointSMSVoiceV2::Types::ConfigurationSetInformation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::ConfigurationSetInformation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Information related to a given configuration set in your Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration_set_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Resource Name (ARN) of the ConfigurationSet.
 - 
  
    
      #configuration_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the ConfigurationSet.
 - 
  
    
      #created_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the ConfigurationSet was created, in [UNIX epoch time] format.
 - 
  
    
      #default_message_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of message.
 - 
  
    
      #default_sender_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The default sender ID used by the ConfigurationSet.
 - 
  
    
      #event_destinations  ⇒ Array<Types::EventDestination> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of EventDestination objects that describe any events to log and where to log them.
 - 
  
    
      #protect_configuration_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the protect configuration.
 
Instance Attribute Details
#configuration_set_arn ⇒ String
The Resource Name (ARN) of the ConfigurationSet.
      280 281 282 283 284 285 286 287 288 289 290  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 280 class ConfigurationSetInformation < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destinations, :default_message_type, :default_sender_id, :created_timestamp, :protect_configuration_id) SENSITIVE = [] include Aws::Structure end  | 
  
#configuration_set_name ⇒ String
The name of the ConfigurationSet.
      280 281 282 283 284 285 286 287 288 289 290  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 280 class ConfigurationSetInformation < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destinations, :default_message_type, :default_sender_id, :created_timestamp, :protect_configuration_id) SENSITIVE = [] include Aws::Structure end  | 
  
#created_timestamp ⇒ Time
The time when the ConfigurationSet was created, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
      280 281 282 283 284 285 286 287 288 289 290  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 280 class ConfigurationSetInformation < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destinations, :default_message_type, :default_sender_id, :created_timestamp, :protect_configuration_id) SENSITIVE = [] include Aws::Structure end  | 
  
#default_message_type ⇒ String
The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren’t critical or time-sensitive.
      280 281 282 283 284 285 286 287 288 289 290  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 280 class ConfigurationSetInformation < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destinations, :default_message_type, :default_sender_id, :created_timestamp, :protect_configuration_id) SENSITIVE = [] include Aws::Structure end  | 
  
#default_sender_id ⇒ String
The default sender ID used by the ConfigurationSet.
      280 281 282 283 284 285 286 287 288 289 290  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 280 class ConfigurationSetInformation < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destinations, :default_message_type, :default_sender_id, :created_timestamp, :protect_configuration_id) SENSITIVE = [] include Aws::Structure end  | 
  
#event_destinations ⇒ Array<Types::EventDestination>
An array of EventDestination objects that describe any events to log and where to log them.
      280 281 282 283 284 285 286 287 288 289 290  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 280 class ConfigurationSetInformation < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destinations, :default_message_type, :default_sender_id, :created_timestamp, :protect_configuration_id) SENSITIVE = [] include Aws::Structure end  | 
  
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
      280 281 282 283 284 285 286 287 288 289 290  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 280 class ConfigurationSetInformation < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destinations, :default_message_type, :default_sender_id, :created_timestamp, :protect_configuration_id) SENSITIVE = [] include Aws::Structure end  |