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