Class: Aws::Types::PutConfigurationSetSendingOptionsRequest

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)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def configuration_set_name
  @configuration_set_name
end

#sending_enabledBoolean

Returns the value of attribute sending_enabled.

Returns:

  • (Boolean)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def sending_enabled
  @sending_enabled
end