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.
7690 7691 7692 |
# File 'sig/types.rbs', line 7690 def next_token @next_token end |
#o_auth_client_applications ⇒ ::Array[Types::OAuthClientApplicationSummary]
Returns the value of attribute o_auth_client_applications.
7689 7690 7691 |
# File 'sig/types.rbs', line 7689 def o_auth_client_applications @o_auth_client_applications end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7691 7692 7693 |
# File 'sig/types.rbs', line 7691 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7692 7693 7694 |
# File 'sig/types.rbs', line 7692 def status @status end |