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)


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.

Returns:

  • (::String)


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.

Returns:

  • ("PROTECTED_QUERY")


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.

Returns:

  • (::Time)


80
81
82
# File 'sig/types.rbs', line 80

def create_time
  @create_time
end

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

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def membership_id
  @membership_id
end

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

Returns:

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


78
79
80
# File 'sig/types.rbs', line 78

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


81
82
83
# File 'sig/types.rbs', line 81

def update_time
  @update_time
end