Class: Aws::Types::DeliveryOptions
- Inherits:
-
Object
- Object
- Aws::Types::DeliveryOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sending_pool_name ⇒ ::String
Returns the value of attribute sending_pool_name.
-
#tls_policy ⇒ "REQUIRE", "OPTIONAL"
Returns the value of attribute tls_policy.
Instance Attribute Details
#sending_pool_name ⇒ ::String
Returns the value of attribute sending_pool_name.
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.
172 173 174 |
# File 'sig/types.rbs', line 172 def tls_policy @tls_policy end |