Class: Aws::AppFabric::Types::ApiKeyCredential

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb

Overview

Contains API key credential information.

Constant Summary collapse

SENSITIVE =
[:api_key]

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyString

An API key for an application.

Returns:

  • (String)


34
35
36
37
38
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 34

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