Class: Aws::Types::DeliveryOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#sending_pool_name::String

Returns the value of attribute sending_pool_name.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def sending_pool_name
  @sending_pool_name
end

#tls_policy"REQUIRE", "OPTIONAL"

Returns the value of attribute tls_policy.

Returns:

  • ("REQUIRE", "OPTIONAL")


172
173
174
# File 'sig/types.rbs', line 172

def tls_policy
  @tls_policy
end