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)


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

def analysis_report_id
  @analysis_report_id
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


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

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


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

def firewall_name
  @firewall_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


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

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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

def next_token
  @next_token
end