Class: Aws::PinpointSMSVoiceV2::Types::SetDefaultSenderIdResult

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)


5902
5903
5904
5905
5906
5907
5908
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5902

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

#configuration_set_nameString

The name of the configuration set that was updated.

Returns:

  • (String)


5902
5903
5904
5905
5906
5907
5908
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5902

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

#sender_idString

The default sender ID to set for the ConfigurationSet.

Returns:

  • (String)


5902
5903
5904
5905
5906
5907
5908
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5902

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