Class: Aws::Types::ServiceNowServiceAuthorizationConfig

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

Defined Under Namespace

Classes: OAuthClientCredentials, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#o_auth_client_credentialsTypes::ServiceNowOAuthClientCredentialsConfig

Returns the value of attribute o_auth_client_credentials.



1854
1855
1856
# File 'sig/types.rbs', line 1854

def o_auth_client_credentials
  @o_auth_client_credentials
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1855
1856
1857
# File 'sig/types.rbs', line 1855

def unknown
  @unknown
end