Class: Aws::AppFabric::Types::ApiKeyCredential
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::ApiKeyCredential
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Contains API key credential information.
Constant Summary collapse
- SENSITIVE =
[:api_key]
Instance Attribute Summary collapse
-
#api_key ⇒ String
An API key for an application.
Instance Attribute Details
#api_key ⇒ String
An API key for an application.
34 35 36 37 38 |
# File 'lib/aws-sdk-appfabric/types.rb', line 34 class ApiKeyCredential < Struct.new( :api_key) SENSITIVE = [:api_key] include Aws::Structure end |