Class: Aws::PinpointSMSVoiceV2::Types::SetDefaultMessageTypeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::SetDefaultMessageTypeResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/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 updated configuration set.
-
#configuration_set_name ⇒ String
The name of the configuration set that was updated.
-
#message_type ⇒ String
The new default message type of the configuration set.
Instance Attribute Details
#configuration_set_arn ⇒ String
The Amazon Resource Name (ARN) of the updated configuration set.
6543 6544 6545 6546 6547 6548 6549 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6543 class SetDefaultMessageTypeResult < Struct.new( :configuration_set_arn, :configuration_set_name, :message_type) SENSITIVE = [] include Aws::Structure end |
#configuration_set_name ⇒ String
The name of the configuration set that was updated.
6543 6544 6545 6546 6547 6548 6549 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6543 class SetDefaultMessageTypeResult < Struct.new( :configuration_set_arn, :configuration_set_name, :message_type) SENSITIVE = [] include Aws::Structure end |
#message_type ⇒ String
The new default message type of the configuration set.
6543 6544 6545 6546 6547 6548 6549 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6543 class SetDefaultMessageTypeResult < Struct.new( :configuration_set_arn, :configuration_set_name, :message_type) SENSITIVE = [] include Aws::Structure end |