Class: Aws::Types::AnalysisReport

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)


38
39
40
# File 'sig/types.rbs', line 38

def analysis_report_id
  @analysis_report_id
end

#analysis_type"TLS_SNI", "HTTP_HOST"

Returns the value of attribute analysis_type.

Returns:

  • ("TLS_SNI", "HTTP_HOST")


39
40
41
# File 'sig/types.rbs', line 39

def analysis_type
  @analysis_type
end

#report_time::Time

Returns the value of attribute report_time.

Returns:

  • (::Time)


40
41
42
# File 'sig/types.rbs', line 40

def report_time
  @report_time
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def status
  @status
end