Class: Aws::WorkSpaces::Types::CertificateBasedAuthProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::CertificateBasedAuthProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes the properties of the certificate-based authentication you want to use with your WorkSpaces.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_authority_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Certificate Manager Private CA resource.
-
#status ⇒ String
The status of the certificate-based authentication properties.
Instance Attribute Details
#certificate_authority_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Certificate Manager Private CA resource.
487 488 489 490 491 492 |
# File 'lib/aws-sdk-workspaces/types.rb', line 487 class CertificateBasedAuthProperties < Struct.new( :status, :certificate_authority_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the certificate-based authentication properties.
487 488 489 490 491 492 |
# File 'lib/aws-sdk-workspaces/types.rb', line 487 class CertificateBasedAuthProperties < Struct.new( :status, :certificate_authority_arn) SENSITIVE = [] include Aws::Structure end |