Class: Aws::WorkSpaces::Types::AccessEndpoint

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Describes the access type and endpoint for a WorkSpace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_endpoint_typeString

Indicates the type of access endpoint.

Returns:

  • (String)


68
69
70
71
72
73
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 68

class AccessEndpoint < Struct.new(
  :access_endpoint_type,
  :vpc_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpoint_idString

Indicates the VPC endpoint to use for access.

Returns:

  • (String)


68
69
70
71
72
73
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 68

class AccessEndpoint < Struct.new(
  :access_endpoint_type,
  :vpc_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end