Class: Aws::PinpointSMSVoice::Types::CreateConfigurationSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::CreateConfigurationSetRequest
- Defined in:
- gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
A request to create a new configuration set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name that you want to give the configuration set.
Instance Attribute Details
#configuration_set_name ⇒ String
The name that you want to give the configuration set.
116 117 118 119 120 |
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 116 class CreateConfigurationSetRequest < Struct.new( :configuration_set_name) SENSITIVE = [] include Aws::Structure end |