Class: Aws::Types::DurableConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_timeout::Integer

Returns the value of attribute execution_timeout.

Returns:

  • (::Integer)


567
568
569
# File 'sig/types.rbs', line 567

def execution_timeout
  @execution_timeout
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def kms_key_arn
  @kms_key_arn
end

#retention_period_in_days::Integer

Returns the value of attribute retention_period_in_days.

Returns:

  • (::Integer)


566
567
568
# File 'sig/types.rbs', line 566

def retention_period_in_days
  @retention_period_in_days
end