Class: Aws::PinpointSMSVoiceV2::Types::DeleteDefaultSenderIdResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteDefaultSenderIdResult
- 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 configuration set.
-
#configuration_set_name ⇒ String
The name of the configuration set.
-
#sender_id ⇒ String
The current sender ID for the configuration set.
Instance Attribute Details
#configuration_set_arn ⇒ String
The Amazon Resource Name (ARN) of the configuration set.
1316 1317 1318 1319 1320 1321 1322 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1316 class DeleteDefaultSenderIdResult < 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.
1316 1317 1318 1319 1320 1321 1322 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1316 class DeleteDefaultSenderIdResult < Struct.new( :configuration_set_arn, :configuration_set_name, :sender_id) SENSITIVE = [] include Aws::Structure end |
#sender_id ⇒ String
The current sender ID for the configuration set.
1316 1317 1318 1319 1320 1321 1322 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1316 class DeleteDefaultSenderIdResult < Struct.new( :configuration_set_arn, :configuration_set_name, :sender_id) SENSITIVE = [] include Aws::Structure end |