Class: Aws::WorkSpaces::Types::GlobalAcceleratorForWorkSpace
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::GlobalAcceleratorForWorkSpace
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Describes the Global Accelerator for WorkSpaces.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
Indicates if Global Accelerator for WorkSpaces is enabled, disabled, or the same mode as the associated directory.
-
#preferred_protocol ⇒ String
Indicates the preferred protocol for Global Accelerator.
Instance Attribute Details
#mode ⇒ String
Indicates if Global Accelerator for WorkSpaces is enabled, disabled, or the same mode as the associated directory.
3023 3024 3025 3026 3027 3028 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3023 class GlobalAcceleratorForWorkSpace < Struct.new( :mode, :preferred_protocol) SENSITIVE = [] include Aws::Structure end |
#preferred_protocol ⇒ String
Indicates the preferred protocol for Global Accelerator.
3023 3024 3025 3026 3027 3028 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3023 class GlobalAcceleratorForWorkSpace < Struct.new( :mode, :preferred_protocol) SENSITIVE = [] include Aws::Structure end |