Class: Aws::CognitoIdentityProvider::Types::GetSigningCertificateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::GetSigningCertificateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
Response from Amazon Cognito for a signing certificate request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #certificate  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The signing certificate.
 
Instance Attribute Details
#certificate ⇒ String
The signing certificate.
      6280 6281 6282 6283 6284  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6280 class GetSigningCertificateResponse < Struct.new( :certificate) SENSITIVE = [] include Aws::Structure end  |