Class: Aws::CostandUsageReportService::Types::ModifyReportDefinitionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#report_definitionTypes::ReportDefinition

The definition of Amazon Web Services Cost and Usage Report. You can specify the report name, time unit, report format, compression format, S3 bucket, additional artifacts, and schema elements in the definition.



154
155
156
157
158
159
# File 'gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/types.rb', line 154

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

#report_nameString

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

Returns:

  • (String)


154
155
156
157
158
159
# File 'gems/aws-sdk-costandusagereportservice/lib/aws-sdk-costandusagereportservice/types.rb', line 154

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