Class: Aws::Types::AuthorizationCodeGrantCredentialsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizationCodeGrantCredentialsDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AuthorizationCodeGrantDetails, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_code_grant_details ⇒ Types::AuthorizationCodeGrantDetails
Returns the value of attribute authorization_code_grant_details.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#authorization_code_grant_details ⇒ Types::AuthorizationCodeGrantDetails
Returns the value of attribute authorization_code_grant_details.
801 802 803 |
# File 'sig/types.rbs', line 801 def @authorization_code_grant_details end |
#unknown ⇒ Object
Returns the value of attribute unknown.
802 803 804 |
# File 'sig/types.rbs', line 802 def unknown @unknown end |