Class: Aws::Types::CreateLicenseServerEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLicenseServerEndpointRequest
- 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_settings ⇒ Types::LicenseServerSettings
Returns the value of attribute license_server_settings.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#identity_provider_arn ⇒ ::String
Returns the value of attribute identity_provider_arn.
53 54 55 |
# File 'sig/types.rbs', line 53 def identity_provider_arn @identity_provider_arn end |
#license_server_settings ⇒ Types::LicenseServerSettings
Returns the value of attribute license_server_settings.
54 55 56 |
# File 'sig/types.rbs', line 54 def license_server_settings @license_server_settings end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
55 56 57 |
# File 'sig/types.rbs', line 55 def @tags end |