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.
1333 1334 1335 1336 1337 1338 1339 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1333 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.
1333 1334 1335 1336 1337 1338 1339 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1333 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.
1333 1334 1335 1336 1337 1338 1339 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1333 class DeleteDefaultSenderIdResult < Struct.new( :configuration_set_arn, :configuration_set_name, :sender_id) SENSITIVE = [] include Aws::Structure end |