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.
101 102 103 |
# File 'sig/types.rbs', line 101 def analysis_id @analysis_id end |
#analysis_log_export_id ⇒ ::String
Returns the value of attribute analysis_log_export_id.
100 101 102 |
# File 'sig/types.rbs', line 100 def analysis_log_export_id @analysis_log_export_id end |
#analysis_type ⇒ "PROTECTED_QUERY"
Returns the value of attribute analysis_type.
102 103 104 |
# File 'sig/types.rbs', line 102 def analysis_type @analysis_type end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
104 105 106 |
# File 'sig/types.rbs', line 104 def create_time @create_time end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
103 104 105 |
# File 'sig/types.rbs', line 103 def status @status end |