Class: Aws::WorkSpaces::Types::AccessEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::AccessEndpoint
- 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
-
#access_endpoint_type ⇒ String
Indicates the type of access endpoint.
-
#vpc_endpoint_id ⇒ String
Indicates the VPC endpoint to use for access.
Instance Attribute Details
#access_endpoint_type ⇒ String
Indicates the type of access endpoint.
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_id ⇒ String
Indicates the VPC endpoint to use for access.
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 |