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

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

Overview

Note:

When making an API call, you may pass SingularSourceProperties data as a hash:

{
  object: "Object", # required
}

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)


3967
3968
3969
3970
3971
# File 'lib/aws-sdk-appflow/types.rb', line 3967

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