Class: Aws::Types::SAPODataConnectorProfileCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#basic_auth_credentialsTypes::BasicAuthCredentials

Returns the value of attribute basic_auth_credentials.



1035
1036
1037
# File 'sig/types.rbs', line 1035

def basic_auth_credentials
  @basic_auth_credentials
end

#o_auth_credentialsTypes::OAuthCredentials

Returns the value of attribute o_auth_credentials.



1036
1037
1038
# File 'sig/types.rbs', line 1036

def o_auth_credentials
  @o_auth_credentials
end