Class: Aws::IAM::Types::UploadServerCertificateResponse

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

Overview

Contains the response to a successful UploadServerCertificate request.

Instance Attribute Summary collapse

Instance Attribute Details

#server_certificate_metadataTypes::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