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)


101
102
103
# File 'sig/types.rbs', line 101

def analysis_id
  @analysis_id
end

#analysis_log_export_id::String

Returns the value of attribute analysis_log_export_id.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def analysis_log_export_id
  @analysis_log_export_id
end

#analysis_type"PROTECTED_QUERY"

Returns the value of attribute analysis_type.

Returns:

  • ("PROTECTED_QUERY")


102
103
104
# File 'sig/types.rbs', line 102

def analysis_type
  @analysis_type
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


104
105
106
# File 'sig/types.rbs', line 104

def create_time
  @create_time
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


103
104
105
# File 'sig/types.rbs', line 103

def status
  @status
end