Class: Aws::Types::GetFindingsTrendsV2Response

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#granularity"Daily", ...

Returns the value of attribute granularity.

Returns:

  • ("Daily", "Weekly", "Monthly")


6045
6046
6047
# File 'sig/types.rbs', line 6045

def granularity
  @granularity
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6047
6048
6049
# File 'sig/types.rbs', line 6047

def next_token
  @next_token
end

Returns the value of attribute trends_metrics.

Returns:



6046
6047
6048
# File 'sig/types.rbs', line 6046

def trends_metrics
  @trends_metrics
end