Class: Aws::Appflow::Types::TrendmicroSourceProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#objectString

The object specified in the Trend Micro flow source.

Returns:

  • (String)


5469
5470
5471
5472
5473
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5469

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