Class: Aws::Appflow::Types::SingularSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SingularSourceProperties
- Defined in:
- gems/aws-sdk-appflow/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
-
#object ⇒ String
The object specified in the Singular flow source.
Instance Attribute Details
#object ⇒ String
The object specified in the Singular flow source.
4858 4859 4860 4861 4862 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4858 class SingularSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |