Class: Aws::CostandUsageReportService::Types::ListTagsForResourceRequest

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 returned for.

Returns:

  • (String)


122
123
124
125
126
# File 'lib/aws-sdk-costandusagereportservice/types.rb', line 122

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