Class: Aws::Types::ServiceNowConnectorProfileCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#o_auth_2_credentialsTypes::OAuth2Credentials

Returns the value of attribute o_auth_2_credentials.



1137
1138
1139
# File 'sig/types.rbs', line 1137

def o_auth_2_credentials
  @o_auth_2_credentials
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def password
  @password
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def username
  @username
end