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.
9271 9272 9273 9274 |
# File 'lib/aws-sdk-iam/types.rb', line 9271 class UploadSigningCertificateResponse < Struct.new( :certificate) include Aws::Structure end |