Class: Aws::Types::ReadAuthorizationCodeGrantMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ReadAuthorizationCodeGrantMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_code_grant_credentials_source ⇒ "PLAIN_CREDENTIALS"
Returns the value of attribute authorization_code_grant_credentials_source.
-
#base_endpoint ⇒ ::String
Returns the value of attribute base_endpoint.
-
#read_authorization_code_grant_credentials_details ⇒ Types::ReadAuthorizationCodeGrantCredentialsDetails
Returns the value of attribute read_authorization_code_grant_credentials_details.
-
#redirect_url ⇒ ::String
Returns the value of attribute redirect_url.
Instance Attribute Details
#authorization_code_grant_credentials_source ⇒ "PLAIN_CREDENTIALS"
Returns the value of attribute authorization_code_grant_credentials_source.
9153 9154 9155 |
# File 'sig/types.rbs', line 9153 def @authorization_code_grant_credentials_source end |
#base_endpoint ⇒ ::String
Returns the value of attribute base_endpoint.
9150 9151 9152 |
# File 'sig/types.rbs', line 9150 def base_endpoint @base_endpoint end |
#read_authorization_code_grant_credentials_details ⇒ Types::ReadAuthorizationCodeGrantCredentialsDetails
Returns the value of attribute read_authorization_code_grant_credentials_details.
9152 9153 9154 |
# File 'sig/types.rbs', line 9152 def @read_authorization_code_grant_credentials_details end |
#redirect_url ⇒ ::String
Returns the value of attribute redirect_url.
9151 9152 9153 |
# File 'sig/types.rbs', line 9151 def redirect_url @redirect_url end |