Class: Aws::IAM::Types::GetServerCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetServerCertificateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetServerCertificate request.
Instance Attribute Summary collapse
-
#server_certificate ⇒ Types::ServerCertificate
A structure containing details about the server certificate.
Instance Attribute Details
#server_certificate ⇒ Types::ServerCertificate
A structure containing details about the server certificate.
4124 4125 4126 4127 |
# File 'lib/aws-sdk-iam/types.rb', line 4124 class GetServerCertificateResponse < Struct.new( :server_certificate) include Aws::Structure end |