Class: Aws::Types::SAPODataConnectorProfileProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_host_url::String

Returns the value of attribute application_host_url.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def client_number
  @client_number
end

#disable_ssoBoolean

Returns the value of attribute disable_sso.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def logon_language
  @logon_language
end

#o_auth_propertiesTypes::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.

Returns:

  • (::Integer)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def port_number
  @port_number
end

Returns the value of attribute private_link_service_name.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def private_link_service_name
  @private_link_service_name
end