You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeBuild::Types::DeleteReportGroupInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteReportGroupInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  arn: "NonEmptyString", # required
  delete_reports: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the report group to delete.

Returns:

  • (String)

    The ARN of the report group to delete.

#delete_reportsBoolean

If true, deletes any reports that belong to a report group before deleting the report group.

If false, you must delete any reports in the report group. Use ListReportsForReportGroup to get the reports in a report group. Use DeleteReport to delete the reports. If you call DeleteReportGroup for a report group that contains one or more reports, an exception is thrown.

Returns:

  • (Boolean)

    If true, deletes any reports that belong to a report group before deleting the report group.