Class: Aws::Types::AnalysisLogExportSummary
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisLogExportSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
-
#analysis_log_export_id ⇒ ::String
Returns the value of attribute analysis_log_export_id.
-
#analysis_type ⇒ "PROTECTED_QUERY"
Returns the value of attribute analysis_type.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def analysis_id @analysis_id end |
#analysis_log_export_id ⇒ ::String
Returns the value of attribute analysis_log_export_id.
109 110 111 |
# File 'sig/types.rbs', line 109 def analysis_log_export_id @analysis_log_export_id end |
#analysis_type ⇒ "PROTECTED_QUERY"
Returns the value of attribute analysis_type.
111 112 113 |
# File 'sig/types.rbs', line 111 def analysis_type @analysis_type end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
113 114 115 |
# File 'sig/types.rbs', line 113 def create_time @create_time end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
112 113 114 |
# File 'sig/types.rbs', line 112 def status @status end |