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.
-
#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.
190 191 192 |
# File 'sig/types.rbs', line 190 def @archiving_options end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
182 183 184 |
# File 'sig/types.rbs', line 182 def configuration_set_name @configuration_set_name end |
#delivery_options ⇒ Types::DeliveryOptions
Returns the value of attribute delivery_options.
184 185 186 |
# File 'sig/types.rbs', line 184 def @delivery_options end |
#reputation_options ⇒ Types::ReputationOptions
Returns the value of attribute reputation_options.
185 186 187 |
# File 'sig/types.rbs', line 185 def @reputation_options end |
#sending_options ⇒ Types::SendingOptions
Returns the value of attribute sending_options.
186 187 188 |
# File 'sig/types.rbs', line 186 def @sending_options end |
#suppression_options ⇒ Types::SuppressionOptions
Returns the value of attribute suppression_options.
188 189 190 |
# File 'sig/types.rbs', line 188 def @suppression_options end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
187 188 189 |
# File 'sig/types.rbs', line 187 def @tags end |
#tracking_options ⇒ Types::TrackingOptions
Returns the value of attribute tracking_options.
183 184 185 |
# File 'sig/types.rbs', line 183 def @tracking_options end |
#vdm_options ⇒ Types::VdmOptions
Returns the value of attribute vdm_options.
189 190 191 |
# File 'sig/types.rbs', line 189 def @vdm_options end |