Class: Aws::Types::PutConfigurationSetDeliveryOptionsRequest

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:



554
555
556
# File 'sig/types.rbs', line 554

def configuration_set_name
  @configuration_set_name
end

#sending_pool_name::String

Returns the value of attribute sending_pool_name.

Returns:



556
557
558
# File 'sig/types.rbs', line 556

def sending_pool_name
  @sending_pool_name
end

#tls_policy"REQUIRE", "OPTIONAL"

Returns the value of attribute tls_policy.

Returns:



555
556
557
# File 'sig/types.rbs', line 555

def tls_policy
  @tls_policy
end