Method: Aws::AppStream::Types::AccessEndpoint#endpoint_type

Defined in:
lib/aws-sdk-appstream/types.rb

#endpoint_typeString

The type of interface endpoint.

Returns:

  • (String)


32
33
34
35
36
37
# File 'lib/aws-sdk-appstream/types.rb', line 32

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