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

#max_delivery_seconds::Integer

Returns the value of attribute max_delivery_seconds.

Returns:

  • (::Integer)


519
520
521
# File 'sig/types.rbs', line 519

def max_delivery_seconds
  @max_delivery_seconds
end

#sending_pool_name::String

Returns the value of attribute sending_pool_name.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def sending_pool_name
  @sending_pool_name
end

#tls_policy"REQUIRE", "OPTIONAL"

Returns the value of attribute tls_policy.

Returns:

  • ("REQUIRE", "OPTIONAL")


517
518
519
# File 'sig/types.rbs', line 517

def tls_policy
  @tls_policy
end