Class: Aws::Types::RemoteAgentAuthorizationConfig
- Inherits:
-
Object
- Object
- Aws::Types::RemoteAgentAuthorizationConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ApiKey, BearerToken, OAuthClientCredentials, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key ⇒ Types::RemoteAgentAPIKeyConfig
Returns the value of attribute api_key.
-
#bearer_token ⇒ Types::RemoteAgentBearerTokenConfig
Returns the value of attribute bearer_token.
-
#o_auth_client_credentials ⇒ Types::RemoteAgentOAuthClientCredentialsConfig
Returns the value of attribute o_auth_client_credentials.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#api_key ⇒ Types::RemoteAgentAPIKeyConfig
Returns the value of attribute api_key.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def api_key @api_key end |
#bearer_token ⇒ Types::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_credentials ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def unknown @unknown end |