Class: Aws::Types::GetReportGroupTrendInput
- Inherits:
-
Object
- Object
- Aws::Types::GetReportGroupTrendInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#num_of_reports ⇒ ::Integer
Returns the value of attribute num_of_reports.
-
#report_group_arn ⇒ ::String
Returns the value of attribute report_group_arn.
-
#trend_field ⇒ "PASS_RATE", ...
Returns the value of attribute trend_field.
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 |