Class: Aws::Types::ListOAuthClientApplicationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListOAuthClientApplicationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#o_auth_client_applications ⇒ ::Array[Types::OAuthClientApplicationSummary]
Returns the value of attribute o_auth_client_applications.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8029 8030 8031 |
# File 'sig/types.rbs', line 8029 def next_token @next_token end |
#o_auth_client_applications ⇒ ::Array[Types::OAuthClientApplicationSummary]
Returns the value of attribute o_auth_client_applications.
8028 8029 8030 |
# File 'sig/types.rbs', line 8028 def o_auth_client_applications @o_auth_client_applications end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
8030 8031 8032 |
# File 'sig/types.rbs', line 8030 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
8031 8032 8033 |
# File 'sig/types.rbs', line 8031 def status @status end |