Class: Aws::Types::GetAnalysisReportResultsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_report_results::Array[Types::AnalysisTypeReportResult]

Returns the value of attribute analysis_report_results.

Returns:



960
961
962
# File 'sig/types.rbs', line 960

def analysis_report_results
  @analysis_report_results
end

#analysis_type"TLS_SNI", "HTTP_HOST"

Returns the value of attribute analysis_type.

Returns:

  • ("TLS_SNI", "HTTP_HOST")


958
959
960
# File 'sig/types.rbs', line 958

def analysis_type
  @analysis_type
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


956
957
958
# File 'sig/types.rbs', line 956

def end_time
  @end_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


959
960
961
# File 'sig/types.rbs', line 959

def next_token
  @next_token
end

#report_time::Time

Returns the value of attribute report_time.

Returns:

  • (::Time)


957
958
959
# File 'sig/types.rbs', line 957

def report_time
  @report_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


955
956
957
# File 'sig/types.rbs', line 955

def start_time
  @start_time
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


954
955
956
# File 'sig/types.rbs', line 954

def status
  @status
end