Class: Aws::IAM::Types::UploadServerCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::UploadServerCertificateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful UploadServerCertificate request.
Instance Attribute Summary collapse
-
#server_certificate_metadata ⇒ Types::ServerCertificateMetadata
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
Instance Attribute Details
#server_certificate_metadata ⇒ Types::ServerCertificateMetadata
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
8631 8632 8633 8634 |
# File 'lib/aws-sdk-iam/types.rb', line 8631 class UploadServerCertificateResponse < Struct.new( :server_certificate_metadata) include Aws::Structure end |