Class: Aws::AppFabric::Types::ApiKeyCredential
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppFabric::Types::ApiKeyCredential
 
- 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
- 
  
    
      #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 '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 |