Class: Aws::WorkSpaces::Types::AccessEndpointConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::AccessEndpointConfig
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Describes the access endpoint configuration for a WorkSpace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_endpoints ⇒ Array<Types::AccessEndpoint>
Indicates a list of access endpoints associated with this directory.
-
#internet_fallback_protocols ⇒ Array<String>
Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.
Instance Attribute Details
#access_endpoints ⇒ Array<Types::AccessEndpoint>
Indicates a list of access endpoints associated with this directory.
88 89 90 91 92 93 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 88 class AccessEndpointConfig < Struct.new( :access_endpoints, :internet_fallback_protocols) SENSITIVE = [] include Aws::Structure end |
#internet_fallback_protocols ⇒ Array<String>
Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.
88 89 90 91 92 93 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 88 class AccessEndpointConfig < Struct.new( :access_endpoints, :internet_fallback_protocols) SENSITIVE = [] include Aws::Structure end |