Class: Aws::Types::GetAnalysisReportResultsRequest

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)


937
938
939
# File 'sig/types.rbs', line 937

def analysis_report_id
  @analysis_report_id
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


936
937
938
# File 'sig/types.rbs', line 936

def firewall_name
  @firewall_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


940
941
942
# File 'sig/types.rbs', line 940

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


939
940
941
# File 'sig/types.rbs', line 939

def next_token
  @next_token
end