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.
Constant Summary collapse
- SENSITIVE =
[]
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.
4118 4119 4120 4121 4122 |
# File 'lib/aws-sdk-iam/types.rb', line 4118 class GetServerCertificateResponse < Struct.new( :server_certificate) SENSITIVE = [] include Aws::Structure end |