Class: Aws::Types::AnalysisLogExportSummary

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)


110
111
112
# File 'sig/types.rbs', line 110

def analysis_id
  @analysis_id
end

#analysis_log_export_id::String

Returns the value of attribute analysis_log_export_id.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def analysis_log_export_id
  @analysis_log_export_id
end

#analysis_type"PROTECTED_QUERY"

Returns the value of attribute analysis_type.

Returns:

  • ("PROTECTED_QUERY")


111
112
113
# File 'sig/types.rbs', line 111

def analysis_type
  @analysis_type
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


113
114
115
# File 'sig/types.rbs', line 113

def create_time
  @create_time
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


112
113
114
# File 'sig/types.rbs', line 112

def status
  @status
end