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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/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)


5439
5440
5441
5442
5443
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5439

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