Class: Aws::WorkSpaces::Types::AccessEndpointConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#access_endpointsArray<Types::AccessEndpoint>

Indicates a list of access endpoints associated with this directory.

Returns:



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_protocolsArray<String>

Indicates a list of protocols that fallback to using the public Internet when streaming over a VPC endpoint is not available.

Returns:

  • (Array<String>)


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