Class: Aws::Appflow::Types::TrendmicroConnectorProfileCredentials

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

Overview

The connector-specific profile credentials required when using Trend Micro.

Constant Summary collapse

SENSITIVE =
[:api_secret_key]

Instance Attribute Summary collapse

Instance Attribute Details

#api_secret_keyString

The Secret Access Key portion of the credentials.

Returns:

  • (String)


5433
5434
5435
5436
5437
# File 'lib/aws-sdk-appflow/types.rb', line 5433

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