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.
75 76 77 |
# File 'sig/types.rbs', line 75 def analysis_id @analysis_id end |
#analysis_log_export_id ⇒ ::String
Returns the value of attribute analysis_log_export_id.
74 75 76 |
# File 'sig/types.rbs', line 74 def analysis_log_export_id @analysis_log_export_id end |
#analysis_type ⇒ "PROTECTED_QUERY"
Returns the value of attribute analysis_type.
76 77 78 |
# File 'sig/types.rbs', line 76 def analysis_type @analysis_type end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
80 81 82 |
# File 'sig/types.rbs', line 80 def create_time @create_time end |
#error ⇒ Types::AnalysisLogExportError
Returns the value of attribute error.
82 83 84 |
# File 'sig/types.rbs', line 82 def error @error end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
77 78 79 |
# File 'sig/types.rbs', line 77 def membership_id @membership_id end |
#result_configuration ⇒ Types::AnalysisLogExportResultConfiguration
Returns the value of attribute result_configuration.
79 80 81 |
# File 'sig/types.rbs', line 79 def result_configuration @result_configuration end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
78 79 80 |
# File 'sig/types.rbs', line 78 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
81 82 83 |
# File 'sig/types.rbs', line 81 def update_time @update_time end |