Class: Aws::CognitoIdentityProvider::Types::GetSigningCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetSigningCertificateRequest
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Request to get a signing certificate from Amazon Cognito.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_pool_id ⇒ String
The ID of the user pool where you want to view the signing certificate.
Instance Attribute Details
#user_pool_id ⇒ String
The ID of the user pool where you want to view the signing certificate.
6138 6139 6140 6141 6142 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6138 class GetSigningCertificateRequest < Struct.new( :user_pool_id) SENSITIVE = [] include Aws::Structure end |