Class: Aws::Types::AnalysisReportSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_report_id::String

Returns the value of attribute analysis_report_id.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def analysis_report_id
  @analysis_report_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


25
26
27
# File 'sig/types.rbs', line 25

def create_time
  @create_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


27
28
29
# File 'sig/types.rbs', line 27

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


26
27
28
# File 'sig/types.rbs', line 26

def start_time
  @start_time
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "SUCCEEDED", "FAILED")


28
29
30
# File 'sig/types.rbs', line 28

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



29
30
31
# File 'sig/types.rbs', line 29

def tags
  @tags
end