Class: Aws::Types::ReadClientCredentialsDetails
- Inherits:
-
Object
- Object
- Aws::Types::ReadClientCredentialsDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ReadClientCredentialsGrantDetails, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#read_client_credentials_grant_details ⇒ Types::ReadClientCredentialsGrantDetails
Returns the value of attribute read_client_credentials_grant_details.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#read_client_credentials_grant_details ⇒ Types::ReadClientCredentialsGrantDetails
Returns the value of attribute read_client_credentials_grant_details.
9164 9165 9166 |
# File 'sig/types.rbs', line 9164 def read_client_credentials_grant_details @read_client_credentials_grant_details end |
#unknown ⇒ Object
Returns the value of attribute unknown.
9165 9166 9167 |
# File 'sig/types.rbs', line 9165 def unknown @unknown end |