Class: Aws::LicenseManagerUserSubscriptions::Types::ServerEndpoint

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

Overview

A network endpoint through which you can access one or more servers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString

The network address of the endpoint.

Returns:

  • (String)


1125
1126
1127
1128
1129
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1125

class ServerEndpoint < Struct.new(
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end