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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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)


304
305
306
307
308
309
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 304

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

#statusString

The status of the certificate-based authentication properties.

Returns:

  • (String)


304
305
306
307
308
309
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 304

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