Class: Aws::Types::ClientCredentialsDetails
- Inherits:
-
Object
- Object
- Aws::Types::ClientCredentialsDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ClientCredentialsGrantDetails, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_credentials_grant_details ⇒ Types::ClientCredentialsGrantDetails
Returns the value of attribute client_credentials_grant_details.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#client_credentials_grant_details ⇒ Types::ClientCredentialsGrantDetails
Returns the value of attribute client_credentials_grant_details.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def client_credentials_grant_details @client_credentials_grant_details end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def unknown @unknown end |