Class: Aws::Types::SearchAppsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchAppsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_summary_list ⇒ ::Array[Types::AppSummary]
Returns the value of attribute app_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#app_summary_list ⇒ ::Array[Types::AppSummary]
Returns the value of attribute app_summary_list.
10129 10130 10131 |
# File 'sig/types.rbs', line 10129 def app_summary_list @app_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10130 10131 10132 |
# File 'sig/types.rbs', line 10130 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
10131 10132 10133 |
# File 'sig/types.rbs', line 10131 def request_id @request_id end |