Class: Aws::Types::ReadClientCredentialsGrantDetails
- Inherits:
-
Object
- Object
- Aws::Types::ReadClientCredentialsGrantDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
9543 9544 9545 |
# File 'sig/types.rbs', line 9543 def client_id @client_id end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
9544 9545 9546 |
# File 'sig/types.rbs', line 9544 def token_endpoint @token_endpoint end |