Class: Aws::Types::CreateConfigurationSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfigurationSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archiving_options ⇒ Types::ArchivingOptions
Returns the value of attribute archiving_options.
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#delivery_options ⇒ Types::DeliveryOptions
Returns the value of attribute delivery_options.
-
#message_security_options ⇒ Types::MessageSecurityOptions
Returns the value of attribute message_security_options.
-
#reputation_options ⇒ Types::ReputationOptions
Returns the value of attribute reputation_options.
-
#sending_options ⇒ Types::SendingOptions
Returns the value of attribute sending_options.
-
#suppression_options ⇒ Types::SuppressionOptions
Returns the value of attribute suppression_options.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tracking_options ⇒ Types::TrackingOptions
Returns the value of attribute tracking_options.
-
#vdm_options ⇒ Types::VdmOptions
Returns the value of attribute vdm_options.
Instance Attribute Details
#archiving_options ⇒ Types::ArchivingOptions
Returns the value of attribute archiving_options.
200 201 202 |
# File 'sig/types.rbs', line 200 def end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
192 193 194 |
# File 'sig/types.rbs', line 192 def configuration_set_name @configuration_set_name end |
#delivery_options ⇒ Types::DeliveryOptions
Returns the value of attribute delivery_options.
194 195 196 |
# File 'sig/types.rbs', line 194 def end |
#message_security_options ⇒ Types::MessageSecurityOptions
Returns the value of attribute message_security_options.
201 202 203 |
# File 'sig/types.rbs', line 201 def end |
#reputation_options ⇒ Types::ReputationOptions
Returns the value of attribute reputation_options.
195 196 197 |
# File 'sig/types.rbs', line 195 def end |
#sending_options ⇒ Types::SendingOptions
Returns the value of attribute sending_options.
196 197 198 |
# File 'sig/types.rbs', line 196 def end |
#suppression_options ⇒ Types::SuppressionOptions
Returns the value of attribute suppression_options.
198 199 200 |
# File 'sig/types.rbs', line 198 def end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
197 198 199 |
# File 'sig/types.rbs', line 197 def end |
#tracking_options ⇒ Types::TrackingOptions
Returns the value of attribute tracking_options.
193 194 195 |
# File 'sig/types.rbs', line 193 def end |
#vdm_options ⇒ Types::VdmOptions
Returns the value of attribute vdm_options.
199 200 201 |
# File 'sig/types.rbs', line 199 def end |