Class: Aws::LicenseManagerUserSubscriptions::Types::DeleteLicenseServerEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::DeleteLicenseServerEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_server_endpoint ⇒ Types::LicenseServerEndpoint
Shows details from the ‘LicenseServerEndpoint` resource that was deleted.
Instance Attribute Details
#license_server_endpoint ⇒ Types::LicenseServerEndpoint
Shows details from the ‘LicenseServerEndpoint` resource that was deleted.
244 245 246 247 248 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 244 class DeleteLicenseServerEndpointResponse < Struct.new( :license_server_endpoint) SENSITIVE = [] include Aws::Structure end |