Class: Aws::Finspace::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

A FinSpace resource from which you want to remove a tag or tags. The value for this parameter is an Amazon Resource Name (ARN).

Returns:

  • (String)


4735
4736
4737
4738
4739
4740
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4735

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

#tag_keysArray<String>

The tag keys (names) of one or more tags to be removed.

Returns:

  • (Array<String>)


4735
4736
4737
4738
4739
4740
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4735

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