Class: Aws::PinpointSMSVoiceV2::Types::SetDefaultSenderIdResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::SetDefaultSenderIdResult
- 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.
-
#sender_id ⇒ String
The default sender ID to set for the ConfigurationSet.
Instance Attribute Details
#configuration_set_arn ⇒ String
The Amazon Resource Name (ARN) of the updated configuration set.
6588 6589 6590 6591 6592 6593 6594 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6588 class SetDefaultSenderIdResult < Struct.new( :configuration_set_arn, :configuration_set_name, :sender_id) SENSITIVE = [] include Aws::Structure end |
#configuration_set_name ⇒ String
The name of the configuration set that was updated.
6588 6589 6590 6591 6592 6593 6594 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6588 class SetDefaultSenderIdResult < Struct.new( :configuration_set_arn, :configuration_set_name, :sender_id) SENSITIVE = [] include Aws::Structure end |
#sender_id ⇒ String
The default sender ID to set for the ConfigurationSet.
6588 6589 6590 6591 6592 6593 6594 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6588 class SetDefaultSenderIdResult < Struct.new( :configuration_set_arn, :configuration_set_name, :sender_id) SENSITIVE = [] include Aws::Structure end |