Class: Aws::Types::CreateLicenseServerEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateLicenseServerEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_provider_arn ⇒ ::String
Returns the value of attribute identity_provider_arn.
-
#license_server_endpoint_arn ⇒ ::String
Returns the value of attribute license_server_endpoint_arn.
Instance Attribute Details
#identity_provider_arn ⇒ ::String
Returns the value of attribute identity_provider_arn.
60 61 62 |
# File 'sig/types.rbs', line 60 def identity_provider_arn @identity_provider_arn end |
#license_server_endpoint_arn ⇒ ::String
Returns the value of attribute license_server_endpoint_arn.
61 62 63 |
# File 'sig/types.rbs', line 61 def license_server_endpoint_arn @license_server_endpoint_arn end |