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

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

Overview

Contains the response to a successful UploadSigningCertificate request.

Instance Attribute Summary collapse

Instance Attribute Details

#certificateTypes::SigningCertificate

Information about the certificate.



11222
11223
11224
11225
# File 'lib/aws-sdk-iam/types.rb', line 11222

class UploadSigningCertificateResponse < Struct.new(
  :certificate)
  include Aws::Structure
end