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.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def client_credentials_grant_details @client_credentials_grant_details end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def unknown @unknown end |