Class: Aws::WorkSpaces::Types::ModifyEndpointEncryptionModeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ModifyEndpointEncryptionModeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier of the directory.
-
#endpoint_encryption_mode ⇒ String
The encryption mode used for endpoint connections when streaming to WorkSpaces Personal or WorkSpace Pools.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory.
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_mode ⇒ String
The encryption mode used for endpoint connections when streaming to WorkSpaces Personal or WorkSpace Pools.
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 |