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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/types.rb

Overview

Deletes the specified report.

Constant Summary collapse

SENSITIVE =
[]

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)


22
23
24
25
26
# File 'gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/types.rb', line 22

class DeleteReportDefinitionRequest < Struct.new(
  :report_name)
  SENSITIVE = []
  include Aws::Structure
end