Method: Aws::Appflow::Types::ApiKeyCredentials#api_key

Defined in:
lib/aws-sdk-appflow/types.rb

#api_keyString

The API key required for API key authentication.

Returns:

  • (String)


113
114
115
116
117
118
# File 'lib/aws-sdk-appflow/types.rb', line 113

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