Class: Aws::Types::GetFindingsReportAccountSummaryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



161
162
163
# File 'sig/types.rbs', line 161

def next_token
  @next_token
end

#report_summaries::Array[Types::FindingsReportSummary]

Returns the value of attribute report_summaries.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def report_summaries
  @report_summaries
end