Class: Aws::Types::EnableCAEnrollmentPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableCAEnrollmentPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#pca_connector_arn ⇒ ::String
Returns the value of attribute pca_connector_arn.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
863 864 865 |
# File 'sig/types.rbs', line 863 def directory_id @directory_id end |
#pca_connector_arn ⇒ ::String
Returns the value of attribute pca_connector_arn.
864 865 866 |
# File 'sig/types.rbs', line 864 def pca_connector_arn @pca_connector_arn end |