Class: Aws::Types::AnalysisLogExport

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_id::String

Returns the value of attribute analysis_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("PROTECTED_QUERY")


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.

Returns:

  • (::Time)


71
72
73
# File 'sig/types.rbs', line 71

def create_time
  @create_time
end

#errorTypes::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.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def membership_id
  @membership_id
end

#result_configurationTypes::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.

Returns:

  • ("IN_PROGRESS", "SUCCESS", "FAILED")


69
70
71
# File 'sig/types.rbs', line 69

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


72
73
74
# File 'sig/types.rbs', line 72

def update_time
  @update_time
end