Class: Aws::Types::SearchAnalysesResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchAnalysesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_summary_list ⇒ ::Array[Types::AnalysisSummary]
Returns the value of attribute analysis_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#analysis_summary_list ⇒ ::Array[Types::AnalysisSummary]
Returns the value of attribute analysis_summary_list.
10106 10107 10108 |
# File 'sig/types.rbs', line 10106 def analysis_summary_list @analysis_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10107 10108 10109 |
# File 'sig/types.rbs', line 10107 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
10109 10110 10111 |
# File 'sig/types.rbs', line 10109 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
10108 10109 10110 |
# File 'sig/types.rbs', line 10108 def status @status end |