Class: Aws::IAM::Types::ServerCertificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ServerCertificate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains information about a server certificate.
This data type is used as a response element in the GetServerCertificate operation.
Instance Attribute Summary collapse
-
#certificate_body ⇒ String
The contents of the public key certificate.
-
#certificate_chain ⇒ String
The contents of the public key certificate chain.
-
#server_certificate_metadata ⇒ Types::ServerCertificateMetadata
The meta information of the server certificate, such as its name, path, ID, and ARN.
Instance Attribute Details
#certificate_body ⇒ String
The contents of the public key certificate.
8989 8990 8991 8992 8993 8994 |
# File 'lib/aws-sdk-iam/types.rb', line 8989 class ServerCertificate < Struct.new( :server_certificate_metadata, :certificate_body, :certificate_chain) include Aws::Structure end |
#certificate_chain ⇒ String
The contents of the public key certificate chain.
8989 8990 8991 8992 8993 8994 |
# File 'lib/aws-sdk-iam/types.rb', line 8989 class ServerCertificate < Struct.new( :server_certificate_metadata, :certificate_body, :certificate_chain) include Aws::Structure end |
#server_certificate_metadata ⇒ Types::ServerCertificateMetadata
The meta information of the server certificate, such as its name, path, ID, and ARN.
8989 8990 8991 8992 8993 8994 |
# File 'lib/aws-sdk-iam/types.rb', line 8989 class ServerCertificate < Struct.new( :server_certificate_metadata, :certificate_body, :certificate_chain) include Aws::Structure end |