Class: Aws::Types::DeleteReportGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteReportGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#delete_reports ⇒ Boolean
Returns the value of attribute delete_reports.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
443 444 445 |
# File 'sig/types.rbs', line 443 def arn @arn end |
#delete_reports ⇒ Boolean
Returns the value of attribute delete_reports.
444 445 446 |
# File 'sig/types.rbs', line 444 def delete_reports @delete_reports end |