Class: Aws::PinpointSMSVoiceV2::Types::DeleteConfigurationSetResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteConfigurationSetResult
- 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) of the deleted configuration set.
-
#configuration_set_name ⇒ String
The name of the deleted configuration set.
-
#created_timestamp ⇒ Time
The time that the deleted configuration set was created in [UNIX epoch time] format.
-
#default_message_type ⇒ String
The default message type of the configuration set that was deleted.
-
#default_sender_id ⇒ String
The default Sender ID of the configuration set that was deleted.
-
#event_destinations ⇒ Array<Types::EventDestination>
An array of any EventDestination objects that were associated with the deleted configuration set.
Instance Attribute Details
#configuration_set_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted configuration set.
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1230 class DeleteConfigurationSetResult < 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_name ⇒ String
The name of the deleted configuration set.
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1230 class DeleteConfigurationSetResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destinations, :default_message_type, :default_sender_id, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The time that the deleted configuration set was created in [UNIX epoch time] format.
[1]: www.epochconverter.com/
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1230 class DeleteConfigurationSetResult < 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_type ⇒ String
The default message type of the configuration set that was deleted.
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1230 class DeleteConfigurationSetResult < 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_id ⇒ String
The default Sender ID of the configuration set that was deleted.
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1230 class DeleteConfigurationSetResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destinations, :default_message_type, :default_sender_id, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#event_destinations ⇒ Array<Types::EventDestination>
An array of any EventDestination objects that were associated with the deleted configuration set.
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1230 class DeleteConfigurationSetResult < Struct.new( :configuration_set_arn, :configuration_set_name, :event_destinations, :default_message_type, :default_sender_id, :created_timestamp) SENSITIVE = [] include Aws::Structure end |