Class: Aws::WorkSpaces::Types::ModifyEndpointEncryptionModeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The identifier of the directory.

Returns:

  • (String)


3917
3918
3919
3920
3921
3922
# File 'lib/aws-sdk-workspaces/types.rb', line 3917

class ModifyEndpointEncryptionModeRequest < Struct.new(
  :directory_id,
  :endpoint_encryption_mode)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_encryption_modeString

The encryption mode used for endpoint connections when streaming to WorkSpaces Personal or WorkSpace Pools.

Returns:

  • (String)


3917
3918
3919
3920
3921
3922
# File 'lib/aws-sdk-workspaces/types.rb', line 3917

class ModifyEndpointEncryptionModeRequest < Struct.new(
  :directory_id,
  :endpoint_encryption_mode)
  SENSITIVE = []
  include Aws::Structure
end