Class: Aws::Types::GetServiceEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#server_trust ⇒ ::String
Returns the value of attribute server_trust.
-
#service_endpoint ⇒ ::String
Returns the value of attribute service_endpoint.
-
#service_type ⇒ "CUPS", "LNS"
Returns the value of attribute service_type.
Instance Attribute Details
#server_trust ⇒ ::String
Returns the value of attribute server_trust.
864 865 866 |
# File 'sig/types.rbs', line 864 def server_trust @server_trust end |
#service_endpoint ⇒ ::String
Returns the value of attribute service_endpoint.
863 864 865 |
# File 'sig/types.rbs', line 863 def service_endpoint @service_endpoint end |
#service_type ⇒ "CUPS", "LNS"
Returns the value of attribute service_type.
862 863 864 |
# File 'sig/types.rbs', line 862 def service_type @service_type end |