Class: Aws::PinpointSMSVoiceV2::Types::ConfigurationSetInformation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/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

Instance Attribute Details

#configuration_set_arnString

The Resource Name (ARN) of the ConfigurationSet.

Returns:

  • (String)


232
233
234
235
236
237
238
239
240
241
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 232

class ConfigurationSetInformation < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destinations,
  :default_message_type,
  :default_sender_id,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_set_nameString

The name of the ConfigurationSet.

Returns:

  • (String)


232
233
234
235
236
237
238
239
240
241
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 232

class ConfigurationSetInformation < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destinations,
  :default_message_type,
  :default_sender_id,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The time when the ConfigurationSet was created, in UNIX epoch time format.

Returns:

  • (Time)


232
233
234
235
236
237
238
239
240
241
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 232

class ConfigurationSetInformation < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destinations,
  :default_message_type,
  :default_sender_id,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#default_message_typeString

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.

Returns:

  • (String)


232
233
234
235
236
237
238
239
240
241
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 232

class ConfigurationSetInformation < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destinations,
  :default_message_type,
  :default_sender_id,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#default_sender_idString

The default sender ID used by the ConfigurationSet.

Returns:

  • (String)


232
233
234
235
236
237
238
239
240
241
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 232

class ConfigurationSetInformation < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destinations,
  :default_message_type,
  :default_sender_id,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#event_destinationsArray<Types::EventDestination>

An array of EventDestination objects that describe any events to log and where to log them.

Returns:



232
233
234
235
236
237
238
239
240
241
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 232

class ConfigurationSetInformation < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :event_destinations,
  :default_message_type,
  :default_sender_id,
  :created_timestamp)
  SENSITIVE = []
  include Aws::Structure
end