Class: Aws::Types::RemoteAgentOAuthClientCredentialsConfig
- Inherits:
-
Object
- Object
- Aws::Types::RemoteAgentOAuthClientCredentialsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_name ⇒ ::String
Returns the value of attribute client_name.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#exchange_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute exchange_parameters.
-
#exchange_url ⇒ ::String
Returns the value of attribute exchange_url.
-
#scopes ⇒ ::Array[::String]
Returns the value of attribute scopes.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def client_id @client_id end |
#client_name ⇒ ::String
Returns the value of attribute client_name.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def client_name @client_name end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def client_secret @client_secret end |
#exchange_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute exchange_parameters.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def exchange_parameters @exchange_parameters end |
#exchange_url ⇒ ::String
Returns the value of attribute exchange_url.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def exchange_url @exchange_url end |
#scopes ⇒ ::Array[::String]
Returns the value of attribute scopes.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def scopes @scopes end |