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.



200
201
202
# File 'sig/types.rbs', line 200

def archiving_options
  @archiving_options
end

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def configuration_set_name
  @configuration_set_name
end

#delivery_optionsTypes::DeliveryOptions

Returns the value of attribute delivery_options.



194
195
196
# File 'sig/types.rbs', line 194

def delivery_options
  @delivery_options
end

#message_security_optionsTypes::MessageSecurityOptions

Returns the value of attribute message_security_options.



201
202
203
# File 'sig/types.rbs', line 201

def message_security_options
  @message_security_options
end

#reputation_optionsTypes::ReputationOptions

Returns the value of attribute reputation_options.



195
196
197
# File 'sig/types.rbs', line 195

def reputation_options
  @reputation_options
end

#sending_optionsTypes::SendingOptions

Returns the value of attribute sending_options.



196
197
198
# File 'sig/types.rbs', line 196

def sending_options
  @sending_options
end

#suppression_optionsTypes::SuppressionOptions

Returns the value of attribute suppression_options.



198
199
200
# File 'sig/types.rbs', line 198

def suppression_options
  @suppression_options
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



197
198
199
# File 'sig/types.rbs', line 197

def tags
  @tags
end

#tracking_optionsTypes::TrackingOptions

Returns the value of attribute tracking_options.



193
194
195
# File 'sig/types.rbs', line 193

def tracking_options
  @tracking_options
end

#vdm_optionsTypes::VdmOptions

Returns the value of attribute vdm_options.

Returns:



199
200
201
# File 'sig/types.rbs', line 199

def vdm_options
  @vdm_options
end