Class: Aws::CostandUsageReportService::Types::PutReportDefinitionRequest

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

Overview

Creates a Cost and Usage Report.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#report_definitionTypes::ReportDefinition

Represents the output of the PutReportDefinition operation. The content consists of the detailed metadata and data file information.



178
179
180
181
182
183
# File 'gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/types.rb', line 178

class PutReportDefinitionRequest < Struct.new(
  :report_definition,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to be assigned to the report definition resource.

Returns:



178
179
180
181
182
183
# File 'gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/types.rb', line 178

class PutReportDefinitionRequest < Struct.new(
  :report_definition,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end