Class: Aws::Types::AnalysisLogExport
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisLogExport
- 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.
-
#error ⇒ Types::AnalysisLogExportError
Returns the value of attribute error.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
-
#result_configuration ⇒ Types::AnalysisLogExportResultConfiguration
Returns the value of attribute result_configuration.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
66 67 68 |
# File 'sig/types.rbs', line 66 def analysis_id @analysis_id end |
#analysis_log_export_id ⇒ ::String
Returns the value of attribute analysis_log_export_id.
65 66 67 |
# File 'sig/types.rbs', line 65 def analysis_log_export_id @analysis_log_export_id end |
#analysis_type ⇒ "PROTECTED_QUERY"
Returns the value of attribute analysis_type.
67 68 69 |
# File 'sig/types.rbs', line 67 def analysis_type @analysis_type end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
71 72 73 |
# File 'sig/types.rbs', line 71 def create_time @create_time end |
#error ⇒ Types::AnalysisLogExportError
Returns the value of attribute error.
73 74 75 |
# File 'sig/types.rbs', line 73 def error @error end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
68 69 70 |
# File 'sig/types.rbs', line 68 def membership_id @membership_id end |
#result_configuration ⇒ Types::AnalysisLogExportResultConfiguration
Returns the value of attribute result_configuration.
70 71 72 |
# File 'sig/types.rbs', line 70 def result_configuration @result_configuration end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
69 70 71 |
# File 'sig/types.rbs', line 69 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
72 73 74 |
# File 'sig/types.rbs', line 72 def update_time @update_time end |