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.



12539
12540
12541
12542
12543
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 12539

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