Class: Aws::CognitoIdentityProvider::Types::GetSigningCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetSigningCertificateResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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 x.509 certificate that signs SAML 2.0 authentication requests for your user pool.
Instance Attribute Details
#certificate ⇒ String
The x.509 certificate that signs SAML 2.0 authentication requests for your user pool.
6339 6340 6341 6342 6343 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6339 class GetSigningCertificateResponse < Struct.new( :certificate) SENSITIVE = [] include Aws::Structure end |