Class: Aws::Appflow::Types::TrendmicroConnectorProfileCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::TrendmicroConnectorProfileCredentials
- 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
-
#api_secret_key ⇒ String
The Secret Access Key portion of the credentials.
Instance Attribute Details
#api_secret_key ⇒ String
The Secret Access Key portion of the credentials.
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 |