Class: Aws::Types::DescribeOAuthClientApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOAuthClientApplicationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#o_auth_client_application ⇒ Types::OAuthClientApplication
Returns the value of attribute o_auth_client_application.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#o_auth_client_application ⇒ Types::OAuthClientApplication
Returns the value of attribute o_auth_client_application.
4906 4907 4908 |
# File 'sig/types.rbs', line 4906 def o_auth_client_application @o_auth_client_application end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4907 4908 4909 |
# File 'sig/types.rbs', line 4907 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4908 4909 4910 |
# File 'sig/types.rbs', line 4908 def status @status end |