Class: Aws::Types::PutConfigurationSetDeliveryOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutConfigurationSetDeliveryOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#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
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def configuration_set_name @configuration_set_name end |
#max_delivery_seconds ⇒ ::Integer
Returns the value of attribute max_delivery_seconds.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def max_delivery_seconds @max_delivery_seconds end |
#sending_pool_name ⇒ ::String
Returns the value of attribute sending_pool_name.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def sending_pool_name @sending_pool_name end |
#tls_policy ⇒ "REQUIRE", "OPTIONAL"
Returns the value of attribute tls_policy.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def tls_policy @tls_policy end |