Class: Aws::Types::CreateConfigurationSetRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#archiving_optionsTypes::ArchivingOptions

Returns the value of attribute archiving_options.



190
191
192
# File 'sig/types.rbs', line 190

def archiving_options
  @archiving_options
end

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def configuration_set_name
  @configuration_set_name
end

#delivery_optionsTypes::DeliveryOptions

Returns the value of attribute delivery_options.



184
185
186
# File 'sig/types.rbs', line 184

def delivery_options
  @delivery_options
end

#reputation_optionsTypes::ReputationOptions

Returns the value of attribute reputation_options.



185
186
187
# File 'sig/types.rbs', line 185

def reputation_options
  @reputation_options
end

#sending_optionsTypes::SendingOptions

Returns the value of attribute sending_options.



186
187
188
# File 'sig/types.rbs', line 186

def sending_options
  @sending_options
end

#suppression_optionsTypes::SuppressionOptions

Returns the value of attribute suppression_options.



188
189
190
# File 'sig/types.rbs', line 188

def suppression_options
  @suppression_options
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def tags
  @tags
end

#tracking_optionsTypes::TrackingOptions

Returns the value of attribute tracking_options.



183
184
185
# File 'sig/types.rbs', line 183

def tracking_options
  @tracking_options
end

#vdm_optionsTypes::VdmOptions

Returns the value of attribute vdm_options.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def vdm_options
  @vdm_options
end