Class: Aws::CognitoIdentityProvider::Types::GetSigningCertificateResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#certificateString

The signing certificate.

Returns:

  • (String)


4906
4907
4908
4909
4910
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4906

class GetSigningCertificateResponse < Struct.new(
  :certificate)
  SENSITIVE = []
  include Aws::Structure
end