Class: Aws::DirectoryService::Types::DescribeCertificateResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DescribeCertificateResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate ⇒ Types::Certificate
Information about the certificate, including registered date time, certificate state, the reason for the state, expiration date time, and certificate common name.
Instance Attribute Details
#certificate ⇒ Types::Certificate
Information about the certificate, including registered date time, certificate state, the reason for the state, expiration date time, and certificate common name.
1245 1246 1247 1248 1249 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1245 class DescribeCertificateResult < Struct.new( :certificate) SENSITIVE = [] include Aws::Structure end |