Class: Aws::IAM::Types::UploadSigningCertificateResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Contains the response to a successful UploadSigningCertificate request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificateTypes::SigningCertificate

Information about the certificate.



11689
11690
11691
11692
11693
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11689

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