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:



951
952
953
# File 'sig/types.rbs', line 951

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")


949
950
951
# File 'sig/types.rbs', line 949

def analysis_type
  @analysis_type
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


947
948
949
# File 'sig/types.rbs', line 947

def end_time
  @end_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def next_token
  @next_token
end

#report_time::Time

Returns the value of attribute report_time.

Returns:

  • (::Time)


948
949
950
# File 'sig/types.rbs', line 948

def report_time
  @report_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


946
947
948
# File 'sig/types.rbs', line 946

def start_time
  @start_time
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


945
946
947
# File 'sig/types.rbs', line 945

def status
  @status
end