Class: Aws::IAM::Types::UploadSigningCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::UploadSigningCertificateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful UploadSigningCertificate request.
Instance Attribute Summary collapse
-
#certificate ⇒ Types::SigningCertificate
Information about the certificate.
Instance Attribute Details
#certificate ⇒ Types::SigningCertificate
Information about the certificate.
10340 10341 10342 10343 |
# File 'lib/aws-sdk-iam/types.rb', line 10340 class UploadSigningCertificateResponse < Struct.new( :certificate) include Aws::Structure end |