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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificateTypes::SigningCertificate

Information about the certificate.



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

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