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.
9175 9176 9177 |
# File 'sig/types.rbs', line 9175 def client_id @client_id end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
9176 9177 9178 |
# File 'sig/types.rbs', line 9176 def token_endpoint @token_endpoint end |