Class: Aws::FSx::Types::UntagResourceRequest

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

Overview

The request object for UntagResource action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the Amazon FSx resource to untag.

Returns:

  • (String)


8644
8645
8646
8647
8648
8649
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8644

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

#tag_keysArray<String>

A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent.

Returns:

  • (Array<String>)


8644
8645
8646
8647
8648
8649
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8644

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