Class: Aws::Types::GetFindingsReportAccountSummaryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#daily_reports_onlyBoolean

Returns the value of attribute daily_reports_only.

Returns:

  • (Boolean)


154
155
156
# File 'sig/types.rbs', line 154

def daily_reports_only
  @daily_reports_only
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


155
156
157
# File 'sig/types.rbs', line 155

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def next_token
  @next_token
end