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.
5044 5045 5046 5047 5048 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5044 class GetSigningCertificateResponse < Struct.new( :certificate) SENSITIVE = [] include Aws::Structure end |