Class: Aws::Connect::Types::ExternalInvocationConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

The external invocation configuration for the flow module

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Enable external invocation.

Returns:

  • (Boolean)


13729
13730
13731
13732
13733
# File 'lib/aws-sdk-connect/types.rb', line 13729

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