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 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.
6153 6154 6155 6156 6157 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6153 class GetSigningCertificateResponse < Struct.new( :certificate) SENSITIVE = [] include Aws::Structure end |