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.
2898 2899 2900 2901 2902 2903 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2898 class GlobalAcceleratorForWorkSpace < Struct.new( :mode, :preferred_protocol) SENSITIVE = [] include Aws::Structure end |
#preferred_protocol ⇒ String
Indicates the preferred protocol for Global Accelerator.
2898 2899 2900 2901 2902 2903 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2898 class GlobalAcceleratorForWorkSpace < Struct.new( :mode, :preferred_protocol) SENSITIVE = [] include Aws::Structure end |