Class: Aws::Appflow::Types::SingularSourceProperties

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

Overview

The properties that are applied when Singular is being used as a source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#objectString

The object specified in the Singular flow source.

Returns:

  • (String)


4852
4853
4854
4855
4856
# File 'lib/aws-sdk-appflow/types.rb', line 4852

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