Class: Aws::WorkSpaces::Types::ModifyCertificateBasedAuthPropertiesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_based_auth_propertiesTypes::CertificateBasedAuthProperties

The properties of the certificate-based authentication.



3203
3204
3205
3206
3207
3208
3209
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3203

class ModifyCertificateBasedAuthPropertiesRequest < Struct.new(
  :resource_id,
  :certificate_based_auth_properties,
  :properties_to_delete)
  SENSITIVE = []
  include Aws::Structure
end

#properties_to_deleteArray<String>

The properties of the certificate-based authentication you want to delete.

Returns:

  • (Array<String>)


3203
3204
3205
3206
3207
3208
3209
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3203

class ModifyCertificateBasedAuthPropertiesRequest < Struct.new(
  :resource_id,
  :certificate_based_auth_properties,
  :properties_to_delete)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The resource identifiers, in the form of directory IDs.

Returns:

  • (String)


3203
3204
3205
3206
3207
3208
3209
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3203

class ModifyCertificateBasedAuthPropertiesRequest < Struct.new(
  :resource_id,
  :certificate_based_auth_properties,
  :properties_to_delete)
  SENSITIVE = []
  include Aws::Structure
end