Method: Aws::AppStream::Types::AccessEndpoint#endpoint_type
- Defined in:
- lib/aws-sdk-appstream/types.rb
#endpoint_type ⇒ String
The type of interface endpoint.
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 |