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.



9271
9272
9273
9274
# File 'lib/aws-sdk-iam/types.rb', line 9271

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