Class: Aws::Types::GetReportGroupTrendInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#num_of_reports::Integer

Returns the value of attribute num_of_reports.



598
599
600
# File 'sig/types.rbs', line 598

def num_of_reports
  @num_of_reports
end

#report_group_arn::String

Returns the value of attribute report_group_arn.



597
598
599
# File 'sig/types.rbs', line 597

def report_group_arn
  @report_group_arn
end

#trend_field"PASS_RATE", ...

Returns the value of attribute trend_field.



599
600
601
# File 'sig/types.rbs', line 599

def trend_field
  @trend_field
end