Class: Aws::DirectoryService::Types::DeregisterCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DeregisterCertificateRequest
- 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.
-
#directory_id ⇒ String
The identifier of the directory.
Instance Attribute Details
#certificate_id ⇒ String
The identifier of the certificate.
1181 1182 1183 1184 1185 1186 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1181 class DeregisterCertificateRequest < Struct.new( :directory_id, :certificate_id) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
The identifier of the directory.
1181 1182 1183 1184 1185 1186 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1181 class DeregisterCertificateRequest < Struct.new( :directory_id, :certificate_id) SENSITIVE = [] include Aws::Structure end |