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.
9738 9739 9740 |
# File 'sig/types.rbs', line 9738 def analysis_summary_list @analysis_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
9739 9740 9741 |
# File 'sig/types.rbs', line 9739 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
9741 9742 9743 |
# File 'sig/types.rbs', line 9741 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
9740 9741 9742 |
# File 'sig/types.rbs', line 9740 def status @status end |