Class: Aws::LicenseManagerUserSubscriptions::Types::DeleteLicenseServerEndpointRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::DeleteLicenseServerEndpointRequest
 
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #license_server_endpoint_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) that identifies the LicenseServerEndpointresource to delete.
- 
  
    
      #server_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of License Server that the delete request refers to. 
Instance Attribute Details
#license_server_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the
LicenseServerEndpoint resource to delete.
| 242 243 244 245 246 247 | # File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 242 class DeleteLicenseServerEndpointRequest < Struct.new( :license_server_endpoint_arn, :server_type) SENSITIVE = [] include Aws::Structure end | 
#server_type ⇒ String
The type of License Server that the delete request refers to.
| 242 243 244 245 246 247 | # File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 242 class DeleteLicenseServerEndpointRequest < Struct.new( :license_server_endpoint_arn, :server_type) SENSITIVE = [] include Aws::Structure end |