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