Class: Aws::LicenseManagerUserSubscriptions::Types::ServerEndpoint
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ServerEndpoint
 
- 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
- 
  
    
      #endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The network address of the endpoint. 
Instance Attribute Details
#endpoint ⇒ String
The network address of the endpoint.
| 1137 1138 1139 1140 1141 | # File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1137 class ServerEndpoint < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |