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

Class: Aws::CostandUsageReportService::Types::DeleteReportDefinitionRequest

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

Overview

Note:

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

{
  report_name: "ReportName",
}

Deletes the specified report.

Instance Attribute Summary collapse

Instance Attribute Details

#report_nameString

The name of the report that you want to delete. The name must be unique, is case sensitive, and can\'t include spaces.

Returns:

  • (String)

    The name of the report that you want to delete.