Class: Aws::CostandUsageReportService::Types::UntagResourceRequest

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 disassociated from.

Returns:

  • (String)


392
393
394
395
396
397
# File 'lib/aws-sdk-costandusagereportservice/types.rb', line 392

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

#tag_keysArray<String>

The tags to be disassociated from the report definition resource.

Returns:

  • (Array<String>)


392
393
394
395
396
397
# File 'lib/aws-sdk-costandusagereportservice/types.rb', line 392

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