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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#server_certificateTypes::ServerCertificate

A structure containing details about the server certificate.



4261
4262
4263
4264
4265
# File 'lib/aws-sdk-iam/types.rb', line 4261

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