Class: Aws::Appflow::Types::TrendmicroSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::TrendmicroSourceProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
The properties that are applied when using Trend Micro as a flow source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object ⇒ String
The object specified in the Trend Micro flow source.
Instance Attribute Details
#object ⇒ String
The object specified in the Trend Micro flow source.
5463 5464 5465 5466 5467 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5463 class TrendmicroSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |