Class: Aws::Types::SAPODataConnectorProfileProperties
- Inherits:
-
Object
- Object
- Aws::Types::SAPODataConnectorProfileProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_host_url ⇒ ::String
Returns the value of attribute application_host_url.
-
#application_service_path ⇒ ::String
Returns the value of attribute application_service_path.
-
#client_number ⇒ ::String
Returns the value of attribute client_number.
-
#disable_sso ⇒ Boolean
Returns the value of attribute disable_sso.
-
#logon_language ⇒ ::String
Returns the value of attribute logon_language.
-
#o_auth_properties ⇒ Types::OAuthProperties
Returns the value of attribute o_auth_properties.
-
#port_number ⇒ ::Integer
Returns the value of attribute port_number.
-
#private_link_service_name ⇒ ::String
Returns the value of attribute private_link_service_name.
Instance Attribute Details
#application_host_url ⇒ ::String
Returns the value of attribute application_host_url.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def application_host_url @application_host_url end |
#application_service_path ⇒ ::String
Returns the value of attribute application_service_path.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def application_service_path @application_service_path end |
#client_number ⇒ ::String
Returns the value of attribute client_number.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def client_number @client_number end |
#disable_sso ⇒ Boolean
Returns the value of attribute disable_sso.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def disable_sso @disable_sso end |
#logon_language ⇒ ::String
Returns the value of attribute logon_language.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def logon_language @logon_language end |
#o_auth_properties ⇒ Types::OAuthProperties
Returns the value of attribute o_auth_properties.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def o_auth_properties @o_auth_properties end |
#port_number ⇒ ::Integer
Returns the value of attribute port_number.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def port_number @port_number end |
#private_link_service_name ⇒ ::String
Returns the value of attribute private_link_service_name.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def private_link_service_name @private_link_service_name end |