Class: Aws::WorkSpaces::Types::CertificateBasedAuthProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#certificate_authority_arnString

The Amazon Resource Name (ARN) of the Amazon Web Services Certificate Manager Private CA resource.

Returns:

  • (String)


363
364
365
366
367
368
# File 'lib/aws-sdk-workspaces/types.rb', line 363

class CertificateBasedAuthProperties < Struct.new(
  :status,
  :certificate_authority_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the certificate-based authentication properties.

Returns:

  • (String)


363
364
365
366
367
368
# File 'lib/aws-sdk-workspaces/types.rb', line 363

class CertificateBasedAuthProperties < Struct.new(
  :status,
  :certificate_authority_arn)
  SENSITIVE = []
  include Aws::Structure
end