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.



11430
11431
11432
11433
11434
# File 'lib/aws-sdk-connect/types.rb', line 11430

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