Class: Aws::DirectoryService::Types::RegisterCertificateResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::RegisterCertificateResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_id ⇒ String
The identifier of the certificate.
Instance Attribute Details
#certificate_id ⇒ String
The identifier of the certificate.
3638 3639 3640 3641 3642 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3638 class RegisterCertificateResult < Struct.new( :certificate_id) SENSITIVE = [] include Aws::Structure end |