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

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def configuration_set_name
  @configuration_set_name
end

#delivery_optionsTypes::DeliveryOptions

Returns the value of attribute delivery_options.



67
68
69
# File 'sig/types.rbs', line 67

def delivery_options
  @delivery_options
end

#reputation_optionsTypes::ReputationOptions

Returns the value of attribute reputation_options.



68
69
70
# File 'sig/types.rbs', line 68

def reputation_options
  @reputation_options
end

#sending_optionsTypes::SendingOptions

Returns the value of attribute sending_options.



69
70
71
# File 'sig/types.rbs', line 69

def sending_options
  @sending_options
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def tags
  @tags
end

#tracking_optionsTypes::TrackingOptions

Returns the value of attribute tracking_options.



66
67
68
# File 'sig/types.rbs', line 66

def tracking_options
  @tracking_options
end