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.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_GetServerCertificate.html
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.
4394 4395 4396 4397 4398 |
# File 'lib/aws-sdk-iam/types.rb', line 4394 class GetServerCertificateResponse < Struct.new( :server_certificate) SENSITIVE = [] include Aws::Structure end |