Class: Aws::Types::LicenseServerEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::LicenseServerEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
-
#license_server_endpoint_id ⇒ ::String
Returns the value of attribute license_server_endpoint_id.
-
#license_server_endpoint_provisioning_status ⇒ "PROVISIONING", ...
Returns the value of attribute license_server_endpoint_provisioning_status.
-
#license_servers ⇒ ::Array[Types::LicenseServer]
Returns the value of attribute license_servers.
-
#server_endpoint ⇒ Types::ServerEndpoint
Returns the value of attribute server_endpoint.
-
#server_type ⇒ "RDS_SAL"
Returns the value of attribute server_type.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
193 194 195 |
# File 'sig/types.rbs', line 193 def creation_time @creation_time end |
#identity_provider_arn ⇒ ::String
Returns the value of attribute identity_provider_arn.
185 186 187 |
# File 'sig/types.rbs', line 185 def identity_provider_arn @identity_provider_arn end |
#license_server_endpoint_arn ⇒ ::String
Returns the value of attribute license_server_endpoint_arn.
190 191 192 |
# File 'sig/types.rbs', line 190 def license_server_endpoint_arn @license_server_endpoint_arn end |
#license_server_endpoint_id ⇒ ::String
Returns the value of attribute license_server_endpoint_id.
189 190 191 |
# File 'sig/types.rbs', line 189 def license_server_endpoint_id @license_server_endpoint_id end |
#license_server_endpoint_provisioning_status ⇒ "PROVISIONING", ...
Returns the value of attribute license_server_endpoint_provisioning_status.
191 192 193 |
# File 'sig/types.rbs', line 191 def license_server_endpoint_provisioning_status @license_server_endpoint_provisioning_status end |
#license_servers ⇒ ::Array[Types::LicenseServer]
Returns the value of attribute license_servers.
192 193 194 |
# File 'sig/types.rbs', line 192 def license_servers @license_servers end |
#server_endpoint ⇒ Types::ServerEndpoint
Returns the value of attribute server_endpoint.
187 188 189 |
# File 'sig/types.rbs', line 187 def server_endpoint @server_endpoint end |
#server_type ⇒ "RDS_SAL"
Returns the value of attribute server_type.
186 187 188 |
# File 'sig/types.rbs', line 186 def server_type @server_type end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
188 189 190 |
# File 'sig/types.rbs', line 188 def @status_message end |