Class: Aws::PinpointSMSVoiceV2::Types::SetDefaultMessageTypeResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_arnString

The Amazon Resource Name (ARN) of the updated configuration set.

Returns:

  • (String)


5857
5858
5859
5860
5861
5862
5863
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5857

class SetDefaultMessageTypeResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :message_type)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_set_nameString

The name of the configuration set that was updated.

Returns:

  • (String)


5857
5858
5859
5860
5861
5862
5863
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5857

class SetDefaultMessageTypeResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :message_type)
  SENSITIVE = []
  include Aws::Structure
end

#message_typeString

The new default message type of the configuration set.

Returns:

  • (String)


5857
5858
5859
5860
5861
5862
5863
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5857

class SetDefaultMessageTypeResult < Struct.new(
  :configuration_set_arn,
  :configuration_set_name,
  :message_type)
  SENSITIVE = []
  include Aws::Structure
end