Class: Aws::Types::DeleteLicenseServerEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLicenseServerEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_server_endpoint_arn ⇒ ::String
Returns the value of attribute license_server_endpoint_arn.
-
#server_type ⇒ "RDS_SAL"
Returns the value of attribute server_type.
Instance Attribute Details
#license_server_endpoint_arn ⇒ ::String
Returns the value of attribute license_server_endpoint_arn.
77 78 79 |
# File 'sig/types.rbs', line 77 def license_server_endpoint_arn @license_server_endpoint_arn end |
#server_type ⇒ "RDS_SAL"
Returns the value of attribute server_type.
78 79 80 |
# File 'sig/types.rbs', line 78 def server_type @server_type end |