Class: Aws::Types::RemoteAgentAuthorizationConfig

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

Defined Under Namespace

Classes: ApiKey, BearerToken, OAuthClientCredentials, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyTypes::RemoteAgentAPIKeyConfig

Returns the value of attribute api_key.



1507
1508
1509
# File 'sig/types.rbs', line 1507

def api_key
  @api_key
end

#bearer_tokenTypes::RemoteAgentBearerTokenConfig

Returns the value of attribute bearer_token.



1509
1510
1511
# File 'sig/types.rbs', line 1509

def bearer_token
  @bearer_token
end

#o_auth_client_credentialsTypes::RemoteAgentOAuthClientCredentialsConfig

Returns the value of attribute o_auth_client_credentials.



1508
1509
1510
# File 'sig/types.rbs', line 1508

def o_auth_client_credentials
  @o_auth_client_credentials
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def unknown
  @unknown
end