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)


561
562
563
# File 'sig/types.rbs', line 561

def execution_timeout
  @execution_timeout
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def kms_key_arn
  @kms_key_arn
end

#retention_period_in_days::Integer

Returns the value of attribute retention_period_in_days.

Returns:

  • (::Integer)


560
561
562
# File 'sig/types.rbs', line 560

def retention_period_in_days
  @retention_period_in_days
end