Class: Aws::IAM::Types::GetServerCertificateResponse

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

Overview

Contains the response to a successful GetServerCertificate request.

Instance Attribute Summary collapse

Instance Attribute Details

#server_certificateTypes::ServerCertificate

A structure containing details about the server certificate.



3499
3500
3501
3502
# File 'lib/aws-sdk-iam/types.rb', line 3499

class GetServerCertificateResponse < Struct.new(
  :server_certificate)
  include Aws::Structure
end