Class: Aws::IoT::Types::UntagResourceRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the resource.

Returns:

  • (String)


15598
15599
15600
15601
15602
15603
# File 'lib/aws-sdk-iot/types.rb', line 15598

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

#tag_keysArray<String>

A list of the keys of the tags to be removed from the resource.

Returns:

  • (Array<String>)


15598
15599
15600
15601
15602
15603
# File 'lib/aws-sdk-iot/types.rb', line 15598

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