Class: Aws::CostandUsageReportService::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#report_nameString

The report name of the report definition that tags are to be associated with.

Returns:

  • (String)


370
371
372
373
374
375
# File 'lib/aws-sdk-costandusagereportservice/types.rb', line 370

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

#tagsArray<Types::Tag>

The tags to be assigned to the report definition resource.

Returns:



370
371
372
373
374
375
# File 'lib/aws-sdk-costandusagereportservice/types.rb', line 370

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