Class: Aws::PinpointSMSVoiceV2::Types::DeleteDefaultMessageTypeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteDefaultMessageTypeResult
- 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.
-
#message_type ⇒ String
The current message type for the configuration set.
Instance Attribute Details
#configuration_set_arn ⇒ String
The Amazon Resource Name (ARN) of the configuration set.
1296 1297 1298 1299 1300 1301 1302 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1296 class DeleteDefaultMessageTypeResult < Struct.new( :configuration_set_arn, :configuration_set_name, :message_type) SENSITIVE = [] include Aws::Structure end |
#configuration_set_name ⇒ String
The name of the configuration set.
1296 1297 1298 1299 1300 1301 1302 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1296 class DeleteDefaultMessageTypeResult < Struct.new( :configuration_set_arn, :configuration_set_name, :message_type) SENSITIVE = [] include Aws::Structure end |
#message_type ⇒ String
The current message type for the configuration set.
1296 1297 1298 1299 1300 1301 1302 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1296 class DeleteDefaultMessageTypeResult < Struct.new( :configuration_set_arn, :configuration_set_name, :message_type) SENSITIVE = [] include Aws::Structure end |