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

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

Overview

Contains the response to a successful GetServerCertificate request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#server_certificateTypes::ServerCertificate

A structure containing details about the server certificate.



3977
3978
3979
3980
3981
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3977

class GetServerCertificateResponse < Struct.new(
  :server_certificate)
  SENSITIVE = []
  include Aws::Structure
end