Class: Aws::SWF::Types::DomainConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb

Overview

Contains the configuration settings of a domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workflow_execution_retention_period_in_daysString

The retention period for workflow executions in this domain.

Returns:

  • (String)


1914
1915
1916
1917
1918
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 1914

class DomainConfiguration < Struct.new(
  :workflow_execution_retention_period_in_days)
  SENSITIVE = []
  include Aws::Structure
end