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.
11159 11160 11161 11162 |
# File 'lib/aws-sdk-iam/types.rb', line 11159 class UploadServerCertificateResponse < Struct.new( :server_certificate_metadata) include Aws::Structure end |