Class: Aws::FIS::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


2009
2010
2011
2012
2013
2014
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2009

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

#tag_keysArray<String>

The tag keys to remove.

Returns:

  • (Array<String>)


2009
2010
2011
2012
2013
2014
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2009

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